Data type in C language
The data type determines a set of values that a variable can have and the possible operations that can be performed on these values. For the declaration of each variable, we have to attach some data types. The data type defines:- the amount of storage allocated to variables, the values that they can accept, and […]
Data type in C language Read More »