Fundamentals of Programming. Unit 8.
  1. Title.
  2. Address operator &.
  3. Use & operator to see where variables are kept.
  4. Declaring and using pointers.
  5. A pointer is a variable.
  6. Compare two programs using an array a[3].
  7. A pointer stores the address of another variable.
  8. Accessing array in two different ways.
  9. Function arguments and pointers.
  10. Using pointers to make swapping work.
  11. Exercises #8.1, #8.2.
  12. Exercise #8.3.
  13. "The Clean Coder..."
  14. Summing Up.
Last Updated 23 Oct, 2018 13:57. <vadimov@i.ua>