Declaring functions

Sep 5, 2018 at 1:24am
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
Sep 5, 2018 at 7:29am
http://www.cplusplus.com/doc/tutorial/functions/ has section about declaring functions.
Topic archived. No new replies allowed.