Solveeit Logo

Question

Programming and Data Structure Question on Programming in C

Match List I with List IIList IList II
Aprintf("%d", size of (3.14));I5
BUnion A (intx, float y,} printf("%d", size of (A));II4
CInvalid ostruct B {char x; double y;}; C. 2 printf("%d", size of (B));pcodeIII2
Dprintf("%d", size of ('1'));IV8
A

A-1, B-II,C-III, D-IV

B

A-IV, B-I,C-II, D-III

C

A-IV, B-II,C-I, D-III

D

A-IV, B-I,C-III, D-II

Answer

A-IV, B-II,C-I, D-III

Explanation

Solution

The correct option is(C): A-IV, B-II,C-I, D-III