C Progamming Notes
What is Programming?
Ans- Computer Programming is a medium for us to communicate with computers. Just like we use 'Hindi' or 'English' to communicate with each other programming is a way for us to deliver our instruction to the computer.
What is C?
Ans- C is a programming language.
C is one of the oldest and finest programming languages.
C was developed by Dennis Ritchie at AT & T's Bell Labs USA in 1972.
Uses of C:
C language is used to program a wid variety of systems. Some of the uses of C are as follows:
- Major parts of windows,Linux and other operating systems are written in c.
- C is used to write driver programs for devices like tablets,printers etc.
- C language is used to program embedded systems where programs need to run faster in limited memory (Microwave, cameras etc.)
- C is used to develop games an area latexcy is very important. ie, computer has to react quickly on user input.
0 Comments