C Programming Language MCQ Variable in C Language
⚠ Report ✓ Question Verified Copy Link
#include"stdio.h" main() { /* assuming that the i is not defined in in any other file */ extern int i; i = 10 ; printf("%d", i) ; }
Learn More MCQ Questions from C Programming Language MCQ Variable in C Language