C Programming - Structures, Unions, Enums
Exercise : Structures, Unions, Enums - Yes / No Questions
6.
Is there easy way to print enumeration values symbolically?
Answer: Option
Explanation:
You can write a function of your own to map an enumeration constant to a string.
7.
By default structure variable will be of auto storage class
8.
Is it necessary that the size of all elements in a union should be same?
9.
Can we have an array of bit fields?
10.
Will the following declaration work?
typedef struct s
{
int a;
float b;
}s;
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers