CSE NotesCSE Notes
Simplifying Complexity

 

Pointer & Dynamic Memory Allocation

  • Pointer Arithmetic
  • Parameter passing using pointers
  • Call by value vs. Call by reference
  • Passing parameters
  • pointer to pointer
  • pointer to function
  • Pointer to Structure
  • Array and pointers
  • Static vs. Dynamic memory
  • Pointer variables
  • Dynamic memory allocation functions [malloc (), calloc (), realloc (), free ()]