Assignment Statement
Assigning a value to a variable of different type?
int a, b; float x; char c;
a = 23.5;
x = 12;
c = 109;
b = 'n';
Previous slide
Next slide
Back to first slide
View graphic version