

MCQOPTIONS
Saved Bookmarks
1. |
Assertion (A): In ‘C’, bit fields cannot be used in a union.Reason (R): If one element of union is initialized then it also initializes other elements of the union. |
A. | Both (A) and (R) are true and (R) is the correct explanation of (A). |
B. | Both (A) and (R) are true, but (R) is not the correct explanation of (A). |
C. | (A) is true, but (R) is false. |
D. | (A) is false, but (R) is true. |
Answer» E. | |