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