What is Programming?
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 instructions to the computer.
What is C?
C is a programming language. C is one of the oldest and finest programming languages. C was developed by Dennis Ritchie in 1972.
Uses of C
C is a language that is used to program a wide 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.
- C is used to develop games, an area where latency is very important, i.e., a computer has to react quickly to user input.