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: Modular Programming and Memory Management - 3
This course is part of C Programming with Linux Specialization
Free

This Course Includes
coursera
4.8 (50 reviews )
10 hours (approximately)
english
Online - Self Paced
course
Dartmouth College
About C Programming: Modular Programming and Memory Management - 3
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?
- Break acomplex programming task into a number of functions to which you pass arguments.
- Recall how computer memory is organized to store variables and arrays .
- Find the address of a variable .
- Perform simple pointer arithmetic .