C Structure and Union - C programming (MCQ) questions for Q. 27528

Q.  Which among the following is never possible in C when members are different in a structure and union?

    //Let P be a structure
    //Let Q be a union

- Published on 26 Feb 17

a. sizeof(P) is greater than sizeof(Q)
b. sizeof(P) is less than sizeof(Q)
c. sizeof(P) is equal to sizeof(Q)
d. None of the above

ANSWER: None of the above

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)