Fundamentals of Programming. Unit 13.
  1. Program organization.
  2. Storage classes: a few concepts and terms.
  3. Local variables.
  4. Scope.
  5. Automatic variables.
  6. Translation units and files.
  7. Static variables.
  8. Static variables with block scope.
  9. Five storage classes.
  10. Static variables with external linkage.
  11. Three examples show four possible combinations of external and automatic variables.
  12. How to use an external variable stupid.
  13. Multiple files.
  14. Register variable.
  15. The program that uses all five storage classes.
  16. Matching parentheses.
  17. External variables: matching parentheses.
  18. Pros and cons of external variables.
  19. Get more experience with external vars.
  20. Reverse Polish Notation.
  21. Dice roll simulation.
Last Updated 28 Nov, 2018 18:15. <vadimov@i.ua>