GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
2. | What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? | |
A. | It compiles | |
B. | Compiles with an warning | |
C. | Compiles and print nothing | |
D. | Not compile | |
Answer: Option D | |
Explanation: | |
The code won't compile since declaration of t cannot occur within parenthesis. |
|
Tutorial Link: |