top of page
Variable Types
To use variables in C we first have to know which variable to use in each scenario. In C, we must use separate variables for full integers and decimal numbers, separate variables for numbers and letters, and even separate variables from letters and strings.
We will look at each basic data type:

bottom of page