C Programming - Structures, Unions, Enums - Discussion

Discussion Forum : Structures, Unions, Enums - General Questions (Q.No. 2)
2.
What is the similarity between a structure, union and enumeration?
All of them let you define new values
All of them let you define new data types
All of them let you define new pointers
All of them let you define new structures
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
50 comments Page 4 of 5.

Nups said:   1 decade ago
Please tell the proper difference between structure and enum and then union and enum?

Alex said:   1 decade ago
Can any one give an example of enum that contains different type of data-types ?

Rj kumar said:   1 decade ago
Because these are user defined data type that use to define another data type.

Rekha said:   8 years ago
Which is better to use structure or union? Any one explain in detail.
(2)

Surya said:   1 decade ago
These are used to create a new data type that holds all data types.

Prem said:   1 decade ago
I think structure, union and enum - user defined data type.

Priya said:   1 decade ago
Can any one explain differnce between struct and enum ?

Neelima said:   9 years ago
Do the outputs for structure & union is same?

Saravanakumar said:   1 decade ago
How to store multiple data types in array?

Jithin james said:   1 decade ago
Can anyone explain more about Enum....plz


Post your comments here:

Your comments will be displayed after verification.