Home / Programming MCQs / C Programming MCQs / Question
A
Q. In the following C code, the union size is decided by?
union temp { char ch; int n; float f; };
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following C code?
Can we place comments between the statement to comments a part of the code?
do-while loop terminates when conditional expression returns?
According to the following statements, what is the output of “p2”?
What will be the output of the following C program?
"A union can contain data of different data types". True or False?
What will be the output of the following arithmetic expression ?
Discusssion
Login to discuss.