In this blog I will tell you the most common uses of C language Programming and the Topics that I will cover in my Tutorial of C Language
What are the uses of c language ?
- C language is used to code a wide variety of advance systems that are very fast executed and works efficiently .
- C was developed for the development of unix operating system (OS).
- Major parts of windows , linux , and other operating systems are written using C language.
- C is widely used to write device driver programs such as driver programs for hardwares like tablets, printers,routers , keyboard and mouses etc .
- C language is used to program embedded system where requirement of execution speed is very faster and also it has to be executed in a limited memory. These type of programs are written is C language to archive the faster execution in limited memory. the devices for which these type of programs are written can be Microwave ovens, Cameras, smart washing machines , refrigrators etc.
- Apart from that C language is also used for game development which is very intresting application of c language. In game development Latency is very important i.e. computer has to react so quickly on the user inputs.
Chapters / Topics in C language :
This c language course will consist of 11 chapters :
- Variables, Constants and keywords.
- Instructions and Operators.
- Conditional Instructions.
- Loop Control Instructions
- Function and Recursions.
- Concept of Pointers.
- Arrays.
- Strings.
- Structures.
- File I/O.
- DMA --> Dynamic Memory Allocation.
Comments
Post a Comment