A Short Course in C
Table of Contents
1.
Getting started
2.
A simple C program
3.
Input and simple types
4.
Flow control
5.
Conditional
6.
Switch
7.
While
8.
For
9.
Functions
10.
Call by value
11.
Multiple files
12.
Arrays
13.
Simple Arrays
14.
Arrays as arguments
15.
External variables
16.
Pointers
17.
A Simple example
18.
Changing arguments
19.
Command line arguments
20.
Dynamic memory
21.
Standard memory library
22.
Structures and Unions
23.
Using structures
24.
Linked structures
25.
Unions
26.
File access
27.
cat
28.
Compiling
29.
Stages in gcc
30.
definitions
31.
Makefile to automates compiling
1 of 31