Introduction#
Topics#
- Installation
- Introduction
- Hello World
- Variables and Arithmetic
- Exercise: A Better Fahrenheit Table
forLoops- Exercise: Fahrenheit Table Using
for - Symbolic Constants
- Exercise: Fahrenheit Table Using Macros
- Character I/O
- Exercise:
wcFor The Poor - Arrays
- Exercise: Character Histogram
- Functions
- Exercise: Forward Declaration
- Character Arrays
- Exercise: Read Line Into String from
stdin - Lifetime of Variables