adspace
Enhance the Debug() function so that the programmer has to
press Enter or Return after debugging is deactivated?
Answer Posted / Girish Candra Sharma
To make a program wait for user input after deactivating debugging, you can add 'system("pause")' (for Windows) or 'read' command (for Linux) at the end of the Debug() function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category