61) What is the output of the following ′C ′ program?
main()
{
extern int a;
printf(″
%d″,a);
}
int a=20;
Answer is:
20
Related C Programming MCQ with Answers
Answer is:
Garbage
Answer is:
Scanf is delimited by blank, while gets is not
Answer is: