Home » C Programming » C Preprocessor

What will be the output of the program? #include<stdio.h> #define MESS junk int main() { printf("MESS\n"); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!