Applications of C - Copy.pptx

ssuser2299e8 37 views 6 slides Feb 26, 2023
Slide 1
Slide 1 of 6
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6

About This Presentation

C


Slide Content

Applications of C Language SKJ 1

Introduction The C language is a high-level, general-purpose programming language. The C programming language was created at Bell Laboratories in the early 1970s, mainly by Ken Thompson and Dennis Ritchie. SKJ 2

Benefits of C Language Over Other Programming Languages C is a universal language that can be used for various applications.  Play important role in development of New Programming Languages. C++ and Java are two popular modern dialects of C. C#, Python, Java, JavaScript, Perl, PHP, Verilog, D, Limbo, and the Unix C shell C is an excellent choice for system programming. Developing operating systems, compilers, and network drivers. SKJ 3

Applications (Contd.) Operating System Design Unix kernel, Microsoft Windows utilities and operating system apps, and a large portion of the Android operating system. 3D Movies they handle a large quantity of data and do many computations per second, these apps must be extremely efficient and quick. Embedded Systems control the devices that we use in our everyday lives, from cell phones to microwaves and also used for creating embedded system drivers and applications. Customized Video Games Robots SKJ 4

Applications (Contd.) Intermediate Language it eliminates the need for machine-specific code generators by using C as an intermediate language. Speech Processing Applications Network Activities Cyber Applications SKJ 5

Reason Behind Popularity of C Portability and Efficiency Memory Manipulation SKJ 6
Tags