Output of following C program?
#include #define max abc #define abc 100 int main() { printf("maximum is %d", max); return 0; }
Answer: A
No answer description available for this question.