Pointers 3
Pointers 3
• Pointers
– Pointer Variable Declarations and Initialization
– Pointer Operators
– Pointers to void
– Calling Functions by Reference
– Passing parameters by reference
– sizeof function
– Dynamic Memory Management
– Pointer Arithmetic
– Pointers and Arrays
– Pointers to Functions
Variables Revisited
• What actually happens when we declare variables?
char a;