

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statements are correct about the program below? |
Answer» There are 2 errors in this program. 1. "Undefined symbol x" error. Here x is not defined in the program. 2. Here while() statement syntax error. | |