Question
Programming and Data Structure Question on Programming in C
Match List I with List II | List I | List II | |
---|---|---|---|
A | printf("%d", size of (3.14)); | I | 5 |
B | Union A (intx, float y,} printf("%d", size of (A)); | II | 4 |
C | Invalid ostruct B {char x; double y;}; C. 2 printf("%d", size of (B));pcode | III | 2 |
D | printf("%d", size of ('1')); | IV | 8 |
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