Data Types in C Programming
In this chapter we are going to learn about Data Types. Data Types provides information about what kind of data we are going to store in a Variable we declare. Primitive Data Types in C Integer stores whole numbers. Character stores one character. Float stores number with decimal point. Double stores same as float but […]
Data Types in C Programming Read More »