"Press Any Key to Continue" function in C
How do I create a void function that will work as "Press Any Key to
Continue" in C Programming?
What I want to do is:
printf("Let the Battle Begin!\n");
printf("Press Any Key to Continue\n");
//The Void Function Here
//Then I will call the function that will start the game
No comments:
Post a Comment