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

Answer Posted / nashiinformaticssolutions

 Structure: All members have their own memory location.
 Union: All members share the same memory location.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are preprocessor directives?

1126


What are c header files?

1037


How are pointers declared in c?

1114


What are the key features in c programming language?

1126


Explain the bubble sort algorithm.

1113


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

3232


What are terms in math?

1097


Describe the order of precedence with regards to operators in C.

1100


What are the salient features of c languages?

1138


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1127


How do I convert a string to all upper or lower case?

1172


What is meant by errors and debugging?

1153


How can I find the modification date and time of a file?

1124


What are the benefits of organizational structure?

1064


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1340