Declaring functions

How can we declare name and age using this two terms?

void name();//declaring name function for testing

void age();//declaring age function for testing
http://www.cplusplus.com/doc/tutorial/functions/ has section about declaring functions.
Topic archived. No new replies allowed.