Explain the structure of a "c 'Program
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 we can create a structure that has members for name, id address and age and then we can create the variables of this structure for each student.
Answered by
0
Answer:
A C program is a set of definitions of three types: variables, functions and data types. Some functions and variables can be grouped in “classes” as in Java.
I hope do you have understand this answer
Similar questions