Predict the output of following program?
#include #define MAX 1000 int main() { int MAX = 100; printf("%d ", MAX); return 0; }
Answer: C
No answer description available for this question.