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: Modular Programming and Memory Management - 3

This course is part of C Programming with Linux Specialization

     
  • 4.8
  •  |
  • Reviews ( 50 )
Free

This Course Includes

  • iconcoursera
  • icon4.8 (50 reviews )
  • icon10 hours (approximately)
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconDartmouth 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 .