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 you find the day of the week given the date?
What are the types of i/o functions?
What are the scope of static variables?
What is the best way to store flag values in a program?
What does the file stdio.h contain?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is static identifier?
What is operator precedence?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What does == mean in texting?
How do you use a pointer to a function?
How do you redirect a standard stream?
What do you understand by friend-functions? How are they used?
What are the advantage of c language?
How can I get random integers in a certain range?