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



What is structure and union in c?..

Answer / Sanjeet Kumar Gupta

"In C, a structure is a user-defined data type that allows you to combine multiple variables of different data types into a single variable. It helps to represent complex real-world data structures like records or objects. A union is a user-defined data type that allows you to store values of different data types in the same memory location, taking up only the amount of space required by the largest data type."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

15 Answers   Cisco, Google, MBT,


Derive the complexity expression for AVL tree?

1 Answers  


Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 Answers  


In which language linux is written?

1 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

1 Answers   Wipro,


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1 Answers  


How does memset() work in C?

2 Answers  


What is void main ()?

1 Answers  


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


What is default value of global variable in c?

1 Answers  


Categories