- A 4
- B 8
- C 40
- D 80
C Programming Language MCQ Union in C Language
⚠ Report ✓ Question Verified Copy Link
(Assuming size of double = 8, size of int = 4, size of char = 1)#include union uTemp { double a; int b[10]; char c; }u;
Learn More MCQ Questions from C Programming Language MCQ Union in C Language