Advanced C Programming: Pointers

Advanced C Programming: Pointers

Master pointers, addresses and memory allocation in C

What you’ll learn

  • Pointers and addresses
  • Indirection and multiple indirection
  • Generic pointers and casts
  • Memory allocation and reallocation
  • Pointer arithmetic
  • Singly and doubly linked lists
  • Queues and stacks
  • Deep and shallow copying
  • Common pointer errors

Requirements

  • You should understand at least the basics of C programming

Who this course is for:

  • Any C programmer who needs to understand pointers in depth
Tutorial Bar
Logo