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

Answer Posted / abhradeep chatterjee

all of you are correct. ya, structure is declared with the
keyword struct and structure
variables occupy individual memory location.But Unoin is
declared with the keyword union and its variables are
allocated to a memory at which the highest byte of the
variable which is declared.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union in c?

1034


What is the role of && operator in a program code?

1131


Explain the difference between #include "..." And #include <...> In c?

1088


Describe the steps to insert data into a singly linked list.

1115


What is static function in c?

1166


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

1055


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1306


What is the role of this pointer?

1126


How many types of errors are there in c language? Explain

1022


Explain what are multidimensional arrays?

1122


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1325


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1104


What does sizeof function do?

1254


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

1128


What oops means?

1054