Quiz 2: Study Guide
Wednesday, March 14, 2012An Incomplete List of Potential Topics:
- Functions
- Create functions
- Arguments
- Return types
- Calling functions
- Use of void (as return type or arguments)
- Conditional expressions
- if
- if...else
- if...else if...
- Relational operators (<, >, <=, >=, ==, !=)
- Logical operators (||, &&)
- Values for true (non-zero) and false (zero)
- Switch
- When can it be used vs if-else-if...
- Limitations of use
- Case statement fall-through
- Default
- Input/Output
- Character input (how to avoid problem with extra-return)
- integer, double