/* getch in c example */#include<stdio.h>#include<conio.h> main(){ printf("Waiting for a character to be pressed from the keyboard to exit.\n"); getch(); return 0;}
No comments:
Post a Comment