Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: What Should Be The Output:<br>Int Main()<br>{<br>Int A
Q10: int main() {<br>Int x;x=10,20,30;<br>Printf("%d",x);<br>Return 0;<br>}<br>A)10<br>B)20<br>C)30<br>D)Compilation Error
Q11: Int Main() {<br>Int _ = 10;<br>Int _
Q12: The Compiler In C Ignores All Text
Q13: How many times C.com is printed?<br>Int main()<br>{<br>Int
Q15: How many times C.com is printed?<br>Int main()<br>{<br>Int
Q16: Total Number Of Keywords In C Are<br>A)30<br>B)12<br>C)34<br>D)32
Q17: //This Program Is Compiled On 32 Bit
Q18: Is The Following Statement A Declaration Or
Q19: Which Of The Following Is Executed By