0% found this document useful (0 votes)
83 views

'C' Programming Language - Presentation

The document presents on the topic of 'C' programming language. It introduces C as a general-purpose programming language developed by Dennis Ritchie in 1972. The objectives are to define C and its features, highlight its uses, explain important terms, and provide an example C program and description of its output. Key points mentioned are that C is a structured, portable language used widely in operating systems and has features like pointers, memory management and speed. Examples of C uses include database systems, graphics and operating systems.

Uploaded by

Achintya Payin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views

'C' Programming Language - Presentation

The document presents on the topic of 'C' programming language. It introduces C as a general-purpose programming language developed by Dennis Ritchie in 1972. The objectives are to define C and its features, highlight its uses, explain important terms, and provide an example C program and description of its output. Key points mentioned are that C is a structured, portable language used widely in operating systems and has features like pointers, memory management and speed. Examples of C uses include database systems, graphics and operating systems.

Uploaded by

Achintya Payin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

PRESENTATION TOPIC : 'C' PROGRAMMING

LANGUAGE
SUBMITTED TO : MR. JANMEJAY SIR
PRESENTED BY : ACHINTA PAYIN (ROLL NO. - 48)

WELCOME
🙏
MAIN OBJECTIVES

• DEFINING 'C' LANGUAGE & ITS FEATURES


• HIGHLIGHTING THE USES OF C
• EXPLAINING IMPORTANT TERMS RELATED TO C
• KEY POINTS TO REMEMBER IN C LANGUAGE
• EXAMPLES OF C PROGRAM
• DESCRIBING THE C PROGRAM
• OUTPUT OF PROGRAM

CLICK NEXT PAGE 👉


INTRODUCTION

The C programming language was invented by Dennis Ritchie at Bell


Laboratories in the early 1970s.
◆Influenced by ~
•ALGOL 60 (1960),
•CPL (Cambridge, 1963),
•BCPL (Martin Richard, 1967),
•B (Ken Thompson, 1970)
◆Traditional C:
•The C Programming Language, by Brian Kernighan and Dennis
Ritchie, 2 Edition, Prentice Hall
•Referred to as K&R
◆Standardized in 1989 by ANSI (American National Standards Dennis Ritchie (1941-2011)
Institute) known as ANSI C
Click Next Page 👉
Q. 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 instructions to the computer.

Q. What is C?
Ans. C is developed by Dennis Ritchie in the year 1972 at Bell
Laboratories(USA). It is a general-purpose, structured, machine independent,
simple and flexible programming language. It was mainly developed as a
system programming language to write an operating system.

Click Next Page 👉


FEATURES OF C
LANGUAGE:-
1) Machine Independent or Portable
2) High-level Programming Language
3) Structured Programming Language
4) Rich Library
5) Memory Management
6) Fast Speed
7) Pointers
8) Recursion
9) Extensible

Click Next Page 👉


Click Next Page 👉
◆USES OF C PROGRAMMING LANGUAGE◆
The C programming language is used for developing
system applications that forms a major portion of
operating systems such as Windows, UNIX and Linux.
Below are some examples of C being used.
● Database systems
● Graphics packages
● Word processors
● Spreadsheets
● Operating system development
● Compilers and Assemblers
● Network drivers
● Interpreters

Click Next Page 👉


KEY POINTS TO REMEMBER IN C
LANGUAGE

• The C language is a structure oriented programming language developed by


Dennis Ritchie.
• The C language is belonging to middle level programming language.
• Operating system programs such as Windows, Unix, Linux are written in C
language.
• C89/C90 and C99 are two standardized editions of C language.
• C has been written in assembly language.

Click Next Page 👉


FIRST C PROGRAM OUTPUT OF PROGRAM

Click Next Page 👉


ESSENTIAL PARTS OF THE C PROGRAM
Given below are some of the different parts of a C Program:
●Pre-processor
●Header file
●main() function
●Variables
●Statements & expressions
●Comments All these are essential parts of a C language
program.
Click Next Page 👉
THE END 👊
THANKS ...

You might also like