Programming in C
Introduction to Computers
About Language ‘C’
- C is a programming language developed at AT&T’s Bell Laboratories of USA in 1972. It was developed by Denis Ritchie.
- It is reliable, simple and easy to use. It is the base of all the languages.
- We also call it Structured programming.
- C is highly portable means you can write one program and can run it on any machine with no or little modification.
- A C program is basically a collection of functions that are supported by C library.