Data Types and Modifiers in C
Data Types in C C has various data types to store data in program. C program can store _integer, decimal number, character(alphabets), string(words or sentence), list_ etc. using various data types. We need to specify the data type of variable(identifier) to store any data in it. Explanation and basic usage of the concept is provided […]