Skip to content
Fábio Gaspar edited this page Nov 6, 2017 · 17 revisions

Welcome to the IEEE UP SB C Workshop for begginers

Structure

  1. Why learn C?
  2. Programming in C
  3. Hello world
  4. Variables and Constants
  5. Input/Output
  6. Operators
  7. Control flow
  8. Arrays
  9. Strings
  10. Functions
  • A bit more about memory organization (Stack)
  • What are functions?
  • Why functions matter?
  1. Files
  2. Pointers
  3. Dynamic memory