Chapter 3:

C-string. escape sequence. const. modifier. declared constant. mixing types. precedence rules. integer division. the % operator. negative integers in division. type cast. type coercion. increment operator. decrement operator. v++ versus ++v. cout. expression in a cout statement. spaces in output. newline character. deciding between \n and endl ... ................
................