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 between structure and union?

Answer Posted / sevak.yatrik777

While structure enables us treat a number of different
variables stored at different in memory , a union enables us
to treat the same space in memory as a number of different
variables. That is a Union offers a way for a section of
memory to be treated as a variable of one type on one
occasion and as a different variable of a different type on
another occasion.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is assignment operator?

1110


Explain how do you print only part of a string?

1278


Tell us bitwise shift operators?

1144


Is null equal to 0 in sql?

1189


What is I ++ in c programming?

1168


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1290


What are the types of data types and explain?

1130


why return type of main is not necessary in linux

2150


Difference between exit() and _exit() function?

1177


What are formal parameters?

1174


What is the difference between %d and %i?

1145


What are the uses of a pointer?

1196


What is dangling pointer in c?

1329


Why shouldn’t I start variable names with underscores?

1113


How can I swap two values without using a temporary?

1154