What is an anonymous union and where to apply that ?
Answer Posted / priya
Anonymous unions are unions that are declared without a class-name or declarator-list.
union { member-list }
Such union declarations do not declare types
but they declare objects
They must also be declared as static if
declared in file scope. If declared in local scope
they must be static or automatic.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Why do we use null pointer?
How do I convert a string to all upper or lower case?
writ a program to compare using strcmp VIVA and viva with its output.
How can I do serial ("comm") port I/O?
What is data structure in c programming?
Describe the header file and its usage in c programming?
Are the variables argc and argv are local to main?
How do you define a string?
What is break statement?
What is difference between union All statement and Union?
Why c is a mother language?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are header files why are they important?
What are logical errors and how does it differ from syntax errors?