Introduction to C                         Chapter 1


Objectives of this chapter:
  1. Introduction
  2. Virtues of the C Programming Language 
  3. How to write Programs in C (Program Design Concepts)


1. Introduction

2. Virtues of C

a) Design Features

b) Efficiency

c) Portability

d) Power and Flexibility

e) Programmer Orientation.

3. Writing Programs in C

The act of writing programs in C can be broken down into seven steps. 

a) Define the Program's Objectives

b) Design the Program.

c) Write the Code.

d) Compile the Code.

e) Run the Program.

f) Test and Debug the Program.

g) Maintain and Modify the Program.

1