Variables and Memory
Destructive write, non-destructive read.
int a, b;
a = 40;
b = 50;
b = a + b;
Previous slide
Next slide
Back to first slide
View graphic version