1.

Predict the output of following program?#include <stdio.h>#define MAX 1000int main(){int MAX = 100;printf("%d ", MAX);return 0;}(A) 1000(B) 100(C) Compiler Error(D) Garbage Value

Answer» None


Discussion

No Comment Found

Related InterviewSolutions