1.

What will be the output of the program:-
extern int i = 5;
main()
(
int i=7;
printf("%d",i);
}

A. 5
B. compiler error
C. 7
D. garbage value
Answer» D. garbage value


Discussion

No Comment Found

Related MCQs