What will be the output of the program?
#include #define MESS junk int main() { printf("MESS\n"); return 0; }
Answer: B
No answer description available for this question.