When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Dartmouth College logo

C Programming: Pointers and Memory Management - 4

This course is part of C Programming with Linux Specialization

     
  • 4.7
  •  |
  • Reviews ( 40 )
Free

This Course Includes

  • iconcoursera
  • icon4.7 (40 reviews )
  • icon7 hours (approximately)
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconDartmouth College

About C Programming: Pointers and Memory Management - 4

Learn new concepts from industry experts

Gain a foundational understanding of a subject or tool

Develop job-relevant skills with hands-on projects

Earn a shareable career certificate

What You Will Learn?

  • Visualize the concept of a pointer and use it to pass variables to functions by reference in order to modify them via the function .
  • Apply pointer arithmetic in order to address elements of both one-dimensional and multi-dimensional arrays .
  • Use arrays of strings to store lists of strings in one array variable.
  • Control memory usage by dynamically allocating and freeing memory at runtime.