C - Language Theory
Introduction

History of C language
The base or father of programming languages is 'ALGOL.' It was first introduced in 1960. 'ALGOL' was used on a large basis in European countries. 'ALGOL' introduced the concept of structured programming to the developer community. In 1967, a new computer programming language was announced called as 'BCPL' which stands for Basic Combined Programming Language.
Structure of C program
Example program :
Applications
- It is used for developing system applications.
- It is widely used in embedded systems and desktop applications.
- It is used for developing desktop as well as mobile phone's operating system.
Keywords
There are only 32 keywords available in 'C'
Auto | Double | Int | Typedef |
Break | If | Long | Return |
Case | Else | Register | Union |
Char | Enum | Short | Unsigned |
Const | Extern | Signed | Void |
Continue | Float | Static | Sizeof |
Default | For | Struct | Volatile |
Do | Goto | Switch | While |
