60) What is the output of the following ′C ′ program?
main
{
extern int i;
i = 20;
print(″%d″,size of (i));
}
Answer is:
Error
Related C Programming MCQ with Answers
Answer is:
20
Answer is:
Garbage
Answer is: