Using Variables
You may declare variables in C.
The declaration includes the data type you need.
Examples of variable declarations:
int meatballs ;
float area ;
Previous slide
Next slide
Back to first slide
View graphic version