@agustfricke
C memory managmentBasics

Intro

Welcome to Memory Management in C language

Understanding how your software runs on hardware is important for writing fast, performant code. In this guide we'll be talking all about one of the main aspects of software performance: memory management.

Table of Contents

Basics

  • Intro - You are here!.
  • Program Structure - How the program structure is done in c.
  • Comments - 2 ways to comment your code.
  • Variables & Basic Types - Declare varibales, print the values, and what you cannot do with them.
  • Functions -