First page Back Continue Last page Overview Graphics

Variables in C-like Languages

int x, int y;

X = 42;

Y = X;

Y = 78;