int main(){extern int i;i = 20;printf('%d', sizeof(i));return 0;} - Study24x7
Social learning Network
18 Jun 2019 07:25 PM study24x7 study24x7

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

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles