Instructions
These are statements in a Program
Types
Type Declaration Control
Instructions Arithmetic Instructions
Instructions
, Instructions
Type Declaration Instructions Dec
VALID INVALID
int a = 22; int a = 22;
int b = a; int b = a;
int c = b + 1; int c = b + 2;
int d = 1, e; int d = 2, e;
These are statements in a Program
Types
Type Declaration Control
Instructions Arithmetic Instructions
Instructions
, Instructions
Type Declaration Instructions Dec
VALID INVALID
int a = 22; int a = 22;
int b = a; int b = a;
int c = b + 1; int c = b + 2;
int d = 1, e; int d = 2, e;