Simple requirements of ‘C’ Program


Simple requirements of  ‘C’ Program
ð  Every compound statement should be enclosed in a pair of braces { }.
ð  Braces can contain one or more ELEMENTARY STATEMENTS and other COMPUND STATEMENTS.
ð  Compound statements can be nested or INDIVIDUAL.
ð  Each expression statement must end with a SEMICOLON (;).
COMMENTS should be used, and can be used anywhere in the pro

Followers