InterviewSolution
Saved Bookmarks
| 1. |
To view the output of a program , we need to |
|
Answer» So GO to Window on the menu bar and SELECT Output --- you should SEE your string there. If that doesn't work ADD getch(); to the end of your program. This will ensure that the program will wait for a KEYSTROKE from the user before exit.Explanation: |
|