Modular Programming. Functions in C, program example in C. | Page 4

DATA TYPES IN C

-The type of data "int or integer" serves to declare an integer variable, with this we refer to the whole numbers only.

-The type of data "float" is useful for variables that contain real numbers.

-The data type "Char" allows us to place a variable with a single character.

To end the data type "string" this is used to place a string of characters.