A
Q. Which of these uses the most memory?
Code:
union data {
int i;
float f;
char str[20];
};
int i;
float f;
char str[20];
};
- Correct Answer - Option(C)
- Views: 8
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.