SlideShare a Scribd company logo
1 of 12
CREATED BY
TARUN SHARMA
(LECTURER COMPUTER
SCIENCE)
INTRODUCTION C
PROGRAMING LANGUAGE
Created By: Tarun Sharma
WHAT IS PROGRAMMING LANGUAGE?
• A programming language is a set of commands, instructions,
and other syntax use to create a software program.
• Languages that programmers use to write code are called
"high-level languages."
• This code can be compiled into a "low-level language," which is
recognized directly by the computer hardware.
Created By: Tarun Sharma
WHAT IS PROGRAMMING LANGUAGE?
CONT….
• Programming Languages are of two types:
• Low Level Programming Language : Low-level languages include
assembly and machine languages.
• High Level Programming Language : High-level languages are designed
to be easy to read and understand. Examples of high-level languages
include C, C++, Java, Perl, and PHP.
Created By: Tarun Sharma
WHAT IS C LANGUAGE?
• C Is A High Level Programming Language Used To Create High
Level Program.
• It Is A General Purpose And Structured Programming.
• Developed By Dennis Ritchie At AT & T Bell Laboratories In
1972 In USA.
• It Is Also Called As Procedure Oriented Programming Language.
• It Is So Popular Language Because It Is Reliable, Simple And
Easy To Use.
Created By: Tarun Sharma
WHAT IS C LANGUAGE? CONT.…
• It Is Well Suited For Business And Scientific Applications.
• It Has Some Various Features Like Control Structures, Looping
Statements, Arrays, Macros Etc.
• C Language Is Called "Compiled Languages" Since The Source
Code Must First Be Compiled In Order To Run.
Created By: Tarun Sharma
EVOLUTION OF C
• An International Committee Developed ALGOL 60 Language.
• Which Is Used To Program All Type Of Applications Such As
Commercial Applications, Scientific Applications, And System
Applications And So On.
• ALGOL 60 Never Became Popular Because It Was Too Abstract And
Too General.
• To Reduce This Abstractness And Generality, A New Language Called
Combined Programming Language (CPL) Was Developed At
Cambridge University.
• CPL Turned Out To Be So Big, Having So Many Features, This It Was
Hard To Learn And Difficult To Implement.
Created By: Tarun Sharma
EVOLUTION OF C
• Basic Combined Programming Language (BCPL), developed by
Martin Richards at Cambridge University to solve the problems
of CPL.
• It is less powerful and too specific.
• Around same time a language called “B” was written by Ken
Thompson.
• But like BCPL, B is also too specific.
• Finally Dennis Ritchie inherited the features of B and BCPL,
added some of his own stuff and developed “C”.
Created By: Tarun Sharma
WHY WE LEARN C?
• C language is the most commonly used programming language.
• It is used for writing operating systems.
• UNIX was the first operating system written in C.
• Later Microsoft Windows, Mac OS X, and GNU/Linux were all written
in C.
• Not only is C the language of operating systems, it is the precursor
and inspiration for almost all of the most popular high-level
languages available today.
• In fact, Perl, PHP, Python and Ruby are all written in C.
Created By: Tarun Sharma
WHY WE LEARN C? CONT.…
• By way of analogy, let's say that you were going to be learning
Spanish, Italian, or French.
• Do you think knowing Latin would be helpful?
• Just as Latin was the basis of all of those languages, knowing C
will enable you to understand and appreciate an entire family of
programming languages built upon the traditions of C.
Created By: Tarun Sharma
FEATURES OF C LANGUAGE
• Robust language, which can be used to write any complex
program.
• Well-suited for writing both system software and business
applications.
• Dynamic memory allocation
• C is highly portable. This means that ‘C’ programs written from
one computer can be run on another computer with no
modification.
• A ‘C’ program is basically a collection of functions that are
supported by the ‘C’ library.
Created By: Tarun Sharma
FEATURES OF C LANGUAGE CONT.…
• Program written in C language are efficient & fast.
• ‘C’ is a free form language.
• Case sensitive.
• C has 32 keywords.
• ‘C’ is a structure or procedural programming language that are
use top-down approach.
Created By: Tarun Sharma
THANK YOU…

More Related Content

What's hot

Compiler Design
Compiler DesignCompiler Design
Compiler Design
Mir Majid
 
1. over view and history of c
1. over view and history of c1. over view and history of c
1. over view and history of c
Harish Kumawat
 
Intro To Programming Concepts
Intro To Programming ConceptsIntro To Programming Concepts
Intro To Programming Concepts
Jussi Pohjolainen
 
4 evolution-of-programming-languages
4 evolution-of-programming-languages4 evolution-of-programming-languages
4 evolution-of-programming-languages
Rohit Shrivastava
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languages
Varun Garg
 

What's hot (20)

History of c
History of cHistory of c
History of c
 
Structure of a C program
Structure of a C programStructure of a C program
Structure of a C program
 
C basics
C   basicsC   basics
C basics
 
Compiler Design
Compiler DesignCompiler Design
Compiler Design
 
1. over view and history of c
1. over view and history of c1. over view and history of c
1. over view and history of c
 
Translators(Compiler, Assembler) and interpreter
Translators(Compiler, Assembler) and interpreterTranslators(Compiler, Assembler) and interpreter
Translators(Compiler, Assembler) and interpreter
 
Introduction to Basic C programming 01
Introduction to Basic C programming 01Introduction to Basic C programming 01
Introduction to Basic C programming 01
 
Introduction to c programming
Introduction to c programmingIntroduction to c programming
Introduction to c programming
 
Introduction to programming
Introduction to programmingIntroduction to programming
Introduction to programming
 
Loops in C Programming Language
Loops in C Programming LanguageLoops in C Programming Language
Loops in C Programming Language
 
Notes of c programming 1st unit BCA I SEM
Notes of c programming  1st unit BCA I SEMNotes of c programming  1st unit BCA I SEM
Notes of c programming 1st unit BCA I SEM
 
Intro To Programming Concepts
Intro To Programming ConceptsIntro To Programming Concepts
Intro To Programming Concepts
 
Data types in C
Data types in CData types in C
Data types in C
 
Variables in C Programming
Variables in C ProgrammingVariables in C Programming
Variables in C Programming
 
4 evolution-of-programming-languages
4 evolution-of-programming-languages4 evolution-of-programming-languages
4 evolution-of-programming-languages
 
Lect 1. introduction to programming languages
Lect 1. introduction to programming languagesLect 1. introduction to programming languages
Lect 1. introduction to programming languages
 
C++ Overview PPT
C++ Overview PPTC++ Overview PPT
C++ Overview PPT
 
Programming
ProgrammingProgramming
Programming
 
C language ppt
C language pptC language ppt
C language ppt
 
Header files of c++ unit 3 -topic 3
Header files of c++ unit 3 -topic 3Header files of c++ unit 3 -topic 3
Header files of c++ unit 3 -topic 3
 

Viewers also liked

Introduction to the c programming language (amazing and easy book for beginners)
Introduction to the c programming language (amazing and easy book for beginners)Introduction to the c programming language (amazing and easy book for beginners)
Introduction to the c programming language (amazing and easy book for beginners)
mujeeb memon
 
Overview of c language
Overview of c languageOverview of c language
Overview of c language
shalini392
 
Introduction to C
Introduction to CIntroduction to C
Introduction to C
akirank1
 
Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16
Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16
Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16
Steffany Sanchez
 
Futuristic programing language
Futuristic programing languageFuturistic programing language
Futuristic programing language
Mohamed Zaki
 
Computer programing
Computer programingComputer programing
Computer programing
JT Taylor
 

Viewers also liked (20)

Introduction to C Programming
Introduction to C ProgrammingIntroduction to C Programming
Introduction to C Programming
 
Basics of C programming
Basics of C programmingBasics of C programming
Basics of C programming
 
Introduction to the c programming language (amazing and easy book for beginners)
Introduction to the c programming language (amazing and easy book for beginners)Introduction to the c programming language (amazing and easy book for beginners)
Introduction to the c programming language (amazing and easy book for beginners)
 
Introduction to programming with c,
Introduction to programming with c,Introduction to programming with c,
Introduction to programming with c,
 
Overview of c language
Overview of c languageOverview of c language
Overview of c language
 
C Programming Language Tutorial for beginners - JavaTpoint
C Programming Language Tutorial for beginners - JavaTpointC Programming Language Tutorial for beginners - JavaTpoint
C Programming Language Tutorial for beginners - JavaTpoint
 
C ppt
C pptC ppt
C ppt
 
Concept of c
Concept of cConcept of c
Concept of c
 
C notes.pdf
C notes.pdfC notes.pdf
C notes.pdf
 
Introduction to C
Introduction to CIntroduction to C
Introduction to C
 
Slide 01
Slide 01Slide 01
Slide 01
 
Computer programing w
Computer programing wComputer programing w
Computer programing w
 
Rigid body solutions
Rigid body solutionsRigid body solutions
Rigid body solutions
 
Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16
Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16
Glosario de-términos-especificos-utilizados-en-la-red-5-oct-16
 
Go programing language
Go programing languageGo programing language
Go programing language
 
program development and paradigms
program development and paradigmsprogram development and paradigms
program development and paradigms
 
Futuristic programing language
Futuristic programing languageFuturistic programing language
Futuristic programing language
 
Introduction of Functional Programming
Introduction of Functional ProgrammingIntroduction of Functional Programming
Introduction of Functional Programming
 
Computer Programing
Computer ProgramingComputer Programing
Computer Programing
 
Computer programing
Computer programingComputer programing
Computer programing
 

Similar to Introduction of c programming

C Programming Lecture 1 - Introduction to C.pptx
C Programming Lecture 1 - Introduction to C.pptxC Programming Lecture 1 - Introduction to C.pptx
C Programming Lecture 1 - Introduction to C.pptx
Murali M
 
Python-unit -I.pptx
Python-unit -I.pptxPython-unit -I.pptx
Python-unit -I.pptx
crAmth
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
kapil078
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
kapil078
 

Similar to Introduction of c programming (20)

Introdcution to C Language
Introdcution to C LanguageIntrodcution to C Language
Introdcution to C Language
 
Introduction to C Language
Introduction to C LanguageIntroduction to C Language
Introduction to C Language
 
Programming fundamentals presentation
Programming fundamentals presentationProgramming fundamentals presentation
Programming fundamentals presentation
 
Computer languages
Computer languagesComputer languages
Computer languages
 
Get Ahead in Tech with Our C Language Training Program.pptx
Get Ahead in Tech with Our C Language Training Program.pptxGet Ahead in Tech with Our C Language Training Program.pptx
Get Ahead in Tech with Our C Language Training Program.pptx
 
C Programming Lecture 1 - Introduction to C.pptx
C Programming Lecture 1 - Introduction to C.pptxC Programming Lecture 1 - Introduction to C.pptx
C Programming Lecture 1 - Introduction to C.pptx
 
Unit1 Part2 1.ppt
Unit1 Part2 1.pptUnit1 Part2 1.ppt
Unit1 Part2 1.ppt
 
Unit1 Part2 1.ppt
Unit1 Part2 1.pptUnit1 Part2 1.ppt
Unit1 Part2 1.ppt
 
Python-unit -I.pptx
Python-unit -I.pptxPython-unit -I.pptx
Python-unit -I.pptx
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
 
Cmp104 lec 6 computer lang
Cmp104 lec 6 computer langCmp104 lec 6 computer lang
Cmp104 lec 6 computer lang
 
Programming basics
Programming basicsProgramming basics
Programming basics
 
Computer language
Computer languageComputer language
Computer language
 
computer languages
computer languagescomputer languages
computer languages
 
PPL_Unit01 for the insem study first year.pptx
PPL_Unit01 for the insem study first year.pptxPPL_Unit01 for the insem study first year.pptx
PPL_Unit01 for the insem study first year.pptx
 
programming.pptx
programming.pptxprogramming.pptx
programming.pptx
 
C Programming introduction
C Programming introductionC Programming introduction
C Programming introduction
 
Presentation-1.pptx
Presentation-1.pptxPresentation-1.pptx
Presentation-1.pptx
 
Ppl 13 july2019
Ppl 13 july2019Ppl 13 july2019
Ppl 13 july2019
 
sege.pdf
sege.pdfsege.pdf
sege.pdf
 

More from Tarun Sharma (6)

Control Flow Statements
Control Flow Statements Control Flow Statements
Control Flow Statements
 
C Token’s
C Token’sC Token’s
C Token’s
 
C Question Paper Solution - MDSU Ajmer
C Question Paper Solution - MDSU AjmerC Question Paper Solution - MDSU Ajmer
C Question Paper Solution - MDSU Ajmer
 
Armstrong numbers
Armstrong numbersArmstrong numbers
Armstrong numbers
 
Remote Desktop Access
Remote Desktop AccessRemote Desktop Access
Remote Desktop Access
 
Generations of Programming Languages
Generations of Programming LanguagesGenerations of Programming Languages
Generations of Programming Languages
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Krashi Coaching
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 

Recently uploaded (20)

Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Introduction of c programming

  • 1. CREATED BY TARUN SHARMA (LECTURER COMPUTER SCIENCE) INTRODUCTION C PROGRAMING LANGUAGE
  • 2. Created By: Tarun Sharma WHAT IS PROGRAMMING LANGUAGE? • A programming language is a set of commands, instructions, and other syntax use to create a software program. • Languages that programmers use to write code are called "high-level languages." • This code can be compiled into a "low-level language," which is recognized directly by the computer hardware.
  • 3. Created By: Tarun Sharma WHAT IS PROGRAMMING LANGUAGE? CONT…. • Programming Languages are of two types: • Low Level Programming Language : Low-level languages include assembly and machine languages. • High Level Programming Language : High-level languages are designed to be easy to read and understand. Examples of high-level languages include C, C++, Java, Perl, and PHP.
  • 4. Created By: Tarun Sharma WHAT IS C LANGUAGE? • C Is A High Level Programming Language Used To Create High Level Program. • It Is A General Purpose And Structured Programming. • Developed By Dennis Ritchie At AT & T Bell Laboratories In 1972 In USA. • It Is Also Called As Procedure Oriented Programming Language. • It Is So Popular Language Because It Is Reliable, Simple And Easy To Use.
  • 5. Created By: Tarun Sharma WHAT IS C LANGUAGE? CONT.… • It Is Well Suited For Business And Scientific Applications. • It Has Some Various Features Like Control Structures, Looping Statements, Arrays, Macros Etc. • C Language Is Called "Compiled Languages" Since The Source Code Must First Be Compiled In Order To Run.
  • 6. Created By: Tarun Sharma EVOLUTION OF C • An International Committee Developed ALGOL 60 Language. • Which Is Used To Program All Type Of Applications Such As Commercial Applications, Scientific Applications, And System Applications And So On. • ALGOL 60 Never Became Popular Because It Was Too Abstract And Too General. • To Reduce This Abstractness And Generality, A New Language Called Combined Programming Language (CPL) Was Developed At Cambridge University. • CPL Turned Out To Be So Big, Having So Many Features, This It Was Hard To Learn And Difficult To Implement.
  • 7. Created By: Tarun Sharma EVOLUTION OF C • Basic Combined Programming Language (BCPL), developed by Martin Richards at Cambridge University to solve the problems of CPL. • It is less powerful and too specific. • Around same time a language called “B” was written by Ken Thompson. • But like BCPL, B is also too specific. • Finally Dennis Ritchie inherited the features of B and BCPL, added some of his own stuff and developed “C”.
  • 8. Created By: Tarun Sharma WHY WE LEARN C? • C language is the most commonly used programming language. • It is used for writing operating systems. • UNIX was the first operating system written in C. • Later Microsoft Windows, Mac OS X, and GNU/Linux were all written in C. • Not only is C the language of operating systems, it is the precursor and inspiration for almost all of the most popular high-level languages available today. • In fact, Perl, PHP, Python and Ruby are all written in C.
  • 9. Created By: Tarun Sharma WHY WE LEARN C? CONT.… • By way of analogy, let's say that you were going to be learning Spanish, Italian, or French. • Do you think knowing Latin would be helpful? • Just as Latin was the basis of all of those languages, knowing C will enable you to understand and appreciate an entire family of programming languages built upon the traditions of C.
  • 10. Created By: Tarun Sharma FEATURES OF C LANGUAGE • Robust language, which can be used to write any complex program. • Well-suited for writing both system software and business applications. • Dynamic memory allocation • C is highly portable. This means that ‘C’ programs written from one computer can be run on another computer with no modification. • A ‘C’ program is basically a collection of functions that are supported by the ‘C’ library.
  • 11. Created By: Tarun Sharma FEATURES OF C LANGUAGE CONT.… • Program written in C language are efficient & fast. • ‘C’ is a free form language. • Case sensitive. • C has 32 keywords. • ‘C’ is a structure or procedural programming language that are use top-down approach.
  • 12. Created By: Tarun Sharma THANK YOU…