C Programming :: C Preprocessor
-
What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile?
#include
-
In which stage the following code
#include<stdio.h>
gets replaced by the contents of the file stdio.h