What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile?
- It compiles
- Compiles with a warning
- Not compile
- Compiles and print nothing
- None Of These
Correct answer 3) Not compile
Explanation:
The code won't compile since the declaration of t cannot occur within parenthesis.
0 comments:
Post a Comment