Lecture 4 C Programming Language

6/8/00


Click here to start


Table of Contents

Lecture 4 C Programming Language

Summary of lecture 4

Binary File I/O

String I/O

sprintf, sscanf, strlen

Caution !

strcmp, strtok

String Library functions

Const type qualifier

typedef declarations

Why typedef ?

Scoping rules

Scoping rules

Scoping rules

Scoping rules - Example

Automatic variables and variables scoping

Automatic variables and variables scoping - cont.

Declaration vs. Definiton

assert

core dump

Author: Aya Aner

Email: aya@cs,columbia.edu

Home Page: http://www.cs.columbia.edu/~aya/W3101-01