CONTENTS

1. C - LANGUAGE

* Introduction
* A First Program
* Let's Compute
* Loops
* Symbolic Constants
* Conditionals
* Pointers
* Arrays
* Character Arrays
* I/O Capabilities
* Functions
* Command-line arguments
* Graphical Interfaces: Dialog Boxes




2
. POINTERS AND ARRAYS IN C

* Introduction
* What is a pointer?
* Pointer types and Arrays
* Pointers and Strings
* More on Strings
* Pointers and Structures
* Strings and Arrays of Strings
* More on Multi-Dimensional Arrays
* Pointers to Arrays
* Pointers & Dynamic Memory Allocation
* Pointers to Functions