discuss about importance of C program, data types, arrays and control structure
Answers
Answered by
0
Explanation:
C language is one of the basic computer languages and is quite commonly used. There are different things that need to be learned before programming. Some of these are;
Data type;
This represents the type of data, whether is a string, integer, floating point etc. This is important because without selecting right data type, we might not get desired output.
Array
Collection of multiple entries against a same data type. Used when we have a large number of data linked with one same type
Data structure
A data structure is a specialized format for keeping multiple data types under one umbrella. This is used to keep program organised provided we have different data types
Answered by
0
Answer:
discuss the structure of a C program
Similar questions