Skip to content

section3_intro

Fábio Gaspar edited this page Jan 11, 2019 · 1 revision

Hello World, a syntax overview and the C standard explained

In this section you will try to write, compile and run the classic hello world program, which will introduce you to some generic aspects of the C language. You will also get an overview of the C syntax and understand the different C standards and how it can impact your development.

  1. Hello world
  2. Syntax Overview
  3. The C standard