Computer Science, asked by sickboy9161, 1 year ago

Why we use structures in c programming? How to declare a structure?

Answers

Answered by lucky1742
0
A structure creates a data type that can be used to group items of possibly different types into a single type. 'struct' keyword isused to create a structure. Following is an example. Astructure variable can either bedeclared with structure declaration or as a separatedeclaration like basic types.
Similar questions