0

Output question

C program #include<stdio.h> int main() { extern int i; i = 20; printf("%d\n", sizeof(i)); return0; } What is the output of the above

7th Aug 2019, 6:06 PM
Abinesh.B
Abinesh.B - avatar
1 Respuesta