Fall 2017 Lecture 34
- Date
- November 20, 2017
- Topics
- Pointers
- * go to where a pointer variable is pointing
- & access the addres of a non-pointer variable
- stdlib.h functions: free and malloc
- Circle *c: c -> radius / ( *c ).radius
- Pointer Arithmetic
- References
- Pointers #1 ( declaring and printing ):
c file /
txt file
- Pointers #2 ( characters and strings ):
c file /
txt file
- Reading
- Chapter 9 ( string functions )
- Chapter 10 ( pointers )
- Exercises
- Chapter 9 ( string functions )
- Chapter 10 ( pointers )
<<<< Prev
Next >>>>