C Programming: Modular Programming and Memory Management - 3

This course is part of C Programming with Linux Specialization

Instructors: Rémi SHARROCK +1 more

Instructor ratings

We asked all learners to give feedback on our instructors based on the quality of their teaching style.

What you'll 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
  • Skills you'll gain

  •   Debugging
  •   Computer Architecture
  •   Computer Engineering
  •   Program Development
  •   C (Programming Language)
  •   Computer Programming
  •   Data Structures
  •   Linux
  •   Embedded Software
  • There are 5 modules in this course

    In this course you will be introduced to the concept of modular programming: that is, dividing up more complex tasks into manageable pieces. You will learn how to write your own functions (just like functions in mathematics for example). You will also gain insight into a computer's architecture and learn how its memory is organized. Given the vast amount of memory computers have these days, how does your program remember where a certain variable is stored? This brings about the important topic of how memory is efficiently addressed inside a computer, and with it, the topic of pointers. Pointers are often considered the most difficult part and main struggle for C program developers. We will introduce you to this central topic with our novel and innovative visualization tools and show you precisely how pointers work. No need to struggle! You will receive instant feedback on your code right within your browser. The programming concepts you will gain in this course are foundational to any programming language. C is a foundational programming language taught at engineering schools around the world, and represents one of the building blocks of modern computer information technology. Invented in the 1970’s. It is still one of the most stable and popular programming languages in the world. By the end of this course, you will have reached the third mile stone in the C Programming with Linux Specialization program, unlocking the door to a career in computer engineering. Your job outlook: - Programmers, developers, engineers, managers, and related industries within scientific computing and data science; - Embedded systems such as transportation, utility networks, and aerospace; - Robotics industry and manufacturing; - IoT (Internet of Things) used in smart homes, automation, and wearables. - IEEE, the world’s largest technical professional organization for the advancement of technology, ranks C as third of the top programming languages of 2021 in demand by employers. (Source: IEEE Spectrum) This course has received financial support from the Patrick & Lina Drahi Foundation.

    Week 1: Functions and recursion

    Week 2: Memory and the scope of variables

    Week 3: Pointers

    Concluding the course

    Explore more from Software Development

    ©2025  ementorhub.com. All rights reserved