Q.

Int Main()
{
Extern Int I;
I = 20;
Printf("%D", Sizeof(I));
Return 0;
}

A. 20
B. 0
C. Undefined Reference To I
D. Linking Error
Answer» C. Undefined Reference To I
913
0
Do you find this helpful?
1

Discussion

No comments yet