InterviewSolution
Saved Bookmarks
| 1. |
Point out the error in the program |
| Answer» The conditional macro #if must have an #endif. In this program there is no #endif statement written. | |