-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fábio Gaspar edited this page Nov 6, 2017
·
17 revisions
- Why learn C?
- Programming in C
- Hello world
-
Variables and Constants
- Computer memory organization
- What is a variable?
- Primitive Data types
- Declaring and Initializing variables
- Constants and literals!!
- Input/Output
-
Operators
- Arithmetic operators
- Increment/Decrement operators
- Relational operators
- Logic operators
- Control flow
- if statement
- switch statement
- Ternary operator
- Loops
- Arrays
- Strings
- Functions
- A bit more about memory organization (Stack)
- What are functions?
- Why functions matter?
- Files
- Pointers
- Dynamic memory
Soon...