Guest User

Untitled

a guest
Aug 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. How to hold the console open in C?
  2. puts("Press <enter> to quit:");
  3. getchar();
  4.  
  5. while (1) { sleep 3600; }
Add Comment
Please, Sign In to add comment