Skip to content

C basics: main, printf, and functions

Handout

C is a compiled language

  • C is one of the oldest and most important languages. Linux, databases, and even Python are built with C.
  • Unlike Python, C is compiled: the computer first turns your code into a program, then runs it.
  • C is strict: every statement ends with a semicolon ;, and every variable needs a type.

Handout

Log in or create account

IGCSE & A-Level