What is an anonymous union and where to apply that ?
Answer Posted / monisha
anonymous union is a class name.it cannot be followed by
the declarator.it must be declared with the keyword
static.it cannot have protected and private members.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is difference between union and structure in c?
What is the advantage of c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
In C language, a variable name cannot contain?
Does c have class?
Lists the benefits of c programming language?
What does it mean when a pointer is used in an if statement?
What are types of functions?
What is typedef struct in c?
What are comments and how do you insert it in a C program?
What's a good way to check for "close enough" floating-point equality?
How can I delete a file?
How can you invoke another program from within a C program?
Why is void main used?