36.2k views
1 vote
Define a structure and identify its parts providing a syntax example. how is a structure initialized and accessed. please provide a syntax example. define the keyword typedef and explain how it can be used? what is a union and how can it be used? explain and provide an example of a bitwise operator.

User Ledneb
by
8.8k points

1 Answer

6 votes
structures are derived data types, they are constructed using objects of other types
User Enis
by
8.3k points