-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fábio Gaspar edited this page Jan 11, 2019
·
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
- Functions
- Arrays
- Strings
PointersFilesDynamic memory
Soon...