The C Language: Programming
The C Language: Programming
INTRODUCTION
The History of C
Originally designed for and implemented on
System independence
Limited Data types
High efficiency
Structured programming
Advantages
4 types
1. Integer- ‘int’
2. Character- ‘char’
3. Floating point- ‘float’
4. Double precision floating point -
‘double’
Input- Output
instructions