Latest C Aptitude Question SOLUTION: output? Q. main() { extern int i; i=20; printf("%d",sizeof(i)); } A. Linker error: undefined symbol '_i'. Explanation: extern declaration specifies that the variable i is define