Contents of C teaching
The course of Computer Programming (C)
The contents including
Recognize C
programs
Data types
Syntax of printf
and scanf
Control Flow
- Syntax of
if
andswitch
- syntax, toy examples, and common errors
Loops
Arrays
Functions
- Function basics
- More examples of function
- Recursion. It lists Quick sort, finding a number in an array, and the solution to Pell’s equation.
- Memory managemsent in C
Pointers
Additional useful materials
- Pell’s equation
- Classic sort algorithms,中文版
- Generate
m
numbers from a sequence1:n
- Approximate
PI
- Matrix Product