Language Concepts (continued)
Variable types:
- char, int, float, double (basic types)
How expressions and statements are written:
- multiple expressions terminated by a semicolon are allowed in a statement
How subprograms and modularity are used:
- functions such as main() are used for subprograms