what is structure? explain structure elements variables and intilization with an example
Answers
Answered by
1
Answer:
Structure is a group of variables of different data types represented by a single name. Lets take an example to understand the need of a structure in C programming. Lets say we need to store the data of students like student name, age, address, id etc. ... We can solve this problem easily by using structure.
Similar questions