GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
2. | Point out the error in the program? | |
A. | The number is odd | |
B. | Garbage values | |
C. | Error: unexpected end of file because there is no matching #endif | |
D. | None of above | |
Answer: Option C | |
Explanation: | |
The conditional macro #if must have an #endif. In this program there is no #endif statement written. |
|
Tutorial Link: |