Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference b/w Structure & Union?

Answer Posted / raj kumar

struct can hold multiple data types.
Like u can define a date structure....
but union can multiple data types which includes struct also

union x
{
int x;
struct
{
...
...
}
}

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is void c?

1163


Can I initialize unions?

1090


What’s a signal? Explain what do I use signals for?

1156


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1485


How is a macro different from a function?

1245


What does a pointer variable always consist of?

1158


What is the difference between exit() and _exit() function in c?

1130


i got 75% in all semester am i eligible for your company

2265


What is pointer in c?

1249


Explain what does a function declared as pascal do differently?

1344


What is main return c?

1050


When is a null pointer used?

1169


Why should I use standard library functions instead of writing my own?

1313


What is the scope of global variable in c?

1036


What is the use of ?

1083