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


Please Help Members By Posting Answers For Below Questions

Can you write a programmer for FACTORIAL using recursion?

617


how can use subset in c program and give more example

1505


There seem to be a few missing operators ..

621


List some applications of c programming language?

555


What is indirection? How many levels of pointers can you have?

663






Is stack a keyword in c?

640


I have a varargs function which accepts a float parameter?

583


What is nested structure with example?

629


What would be an example of a structure analogous to structure c?

578


Why n++ execute faster than n+1 ?

1853


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2240


What are the 3 types of structures?

574


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1214


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1331


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

648