Variables and Memory
Initialisation at declaration:
float inches = 3.2;
Using assignment statement:
inches = 3.2;
Using an input function:
scanf ("%f", &inches);
Previous slide
Next slide
Back to first slide
View graphic version