What is the output of this program?
#include #define int char main() { int i=50; printf ("sizeof (i) =%d", sizeof (i)); }
Answer: D
No answer description available for this question.