We have discussed C compiler supported basic types earlier. Now comes user defined data types. C supports mainly two type of user define data types called structure and union. Structure or union are mainly grouping of one or more existing basic data types or another userdefined data types.

User can also define new type alias with typedef. Type definitions are not defining a new data types but to define a new name for the existing data types.

About our authors: Team EQA

You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.

#