Next:
1 About this module
Module 0024: Hello, again, C!
Tak Auyeung, Ph.D.
1
About this module
2
C statements
2
.
1
assignment
2
.
2
if
2
.
3
switch
2
.
4
while
2
.
5
for
2
.
6
do
3
Operators
3
.
1
Definitions
3
.
2
Precedence
4
Casting
5
Storage class
5
.
1
auto
5
.
2
static
5
.
3
dynamic
6
Scope
6
.
1
Global
6
.
2
Local
7
Pointers
7
.
1
Address of
7
.
2
Dereference
8
Functions
8
.
1
Prototype
8
.
2
Parameters and arguments
8
.
3
Pointer of function
9
Arrays
9
.
1
Definition
9
.
2
Pointers, again
9
.
3
Array of Pointers
10
Enumerated types
11
External references
About this document ...
Copyright © 2006-09-25 by Tak Auyeung