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.

C Programming: Pointers and Memory Management - 4
This course is part of C Programming with Linux Specialization
Free

This Course Includes
coursera
4.7 (40 reviews )
7 hours (approximately)
english
Online - Self Paced
course
Dartmouth 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.