What is structure in c programming?
Structure is the most frequently used Custom data type. When we want to work with different variables of different data types(i.e int, char ,float) for a particular task then we need to use structure.
C Programming Struct :
We declare custom data type by using the keyword Struct. Struct defines a physically list of grouped variables to be placed under one name in a block of memory.
No comments:
Post a Comment