Discussion :: C Preprocessor
-
What will be the output of the program?
#include #define MESS junk int main() { printf("MESS\n"); return 0; }
Answer : Option B
Explanation :
printf("MESS\n"); It prints the text "MESS". There is no macro calling inside the printf statement occured.
Be The First To Comment

Whatsapp
Facebook