What is the output of the following 'C' program? main { extern int i; i = 20; print("%d",size of (i)); }
Answer: D
No answer description available for this question.