Quiz04 - Arithmetic Expressions & Console I/O

Arithmetic Expressions
  • Operator Precedence
  • Convert algebraic expression to C expression
  • Promotion of variable data types

Console I/O
  • printf() format specifiers for different data types
  • Prompting Users for input - printf()
  • Reading user input from the keyboard - scanf()
  • Echoing the input back to the user - printf()
  • Validating the user's input