0% found this document useful (0 votes)
4K views

Why Learn C Programming Language - C Tutorial in Hindi #1 - Code With Harry

c language

Uploaded by

Kshetraa Naik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4K views

Why Learn C Programming Language - C Tutorial in Hindi #1 - Code With Harry

c language

Uploaded by

Kshetraa Naik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

10/9/2019 Why Learn C Programming Language?

: C Tutorial In Hindi #1 - Code With Harry

Download PDF
Printable PDF (Free)
Download Here

frompdftodoc.com OPEN


 Open/close sidebar

C Language Tutorials In Why Learn C Programming Language? : C Tutorial In Hindi #1


Hindi

1. Why Learn C Programming


Language? : C Tutorial In Hindi #1

2. What Is Coding & C Programming


Language? : C Tutorial In Hindi #2

3. Install & Configure VS Code With C


Compiler: C Tutorial In Hindi #3

4. Basic Structure of C Program in


Hindi: C Tutorial In Hindi #4

5. Basic Syntax Of A C Program: C


Tutorial In Hindi #5

6. Variables & Data Types In C: C


Tutorial In Hindi #6

7. Operators In C: C Tutorial In Hindi


#7

8. C Programming Exercise 1 -
Multiplication Tables: C Tutorial In
Hindi #8

9. C Format Specifiers and Escape


Download PDF
Printable PDF (Free)
Download Here

frompdftodoc.com OPEN

Description Code

C Programming language is a computer programming language which was


developed to do system programming for the OS UNIX & is on imperative
programming language.

Before we dive into actual C language, let’s understand what


the term Programming or Coding means?

What is programming?
- Programming or Coding is the way by which we can interact with computer and can give instructions to
computer.

- Computer only understands Machine Language (Binary Digits).

-C is widely used programming language because it is reliable, simple and easy to use language. And
because of these reasons only nowadays also C language is mostly used all over the world.

-C is a Low – Level Language as in C language the programmer has most of the control of the code.

https://codewithharry.com/videos/c-language-tutorials-in-hindi-1 1/3
10/9/2019 Why Learn C Programming Language? : C Tutorial In Hindi #1 - Code With Harry

History Of C Language :
C Language was created by Dennis Ritchie at AT & T {American Telephone and Telegram (USA) } Bell Labs in 1972.

So Let’s see some of the Features of C Language :


Features of C Language :
· C is very fast & efficient programming Language.

· It is Easy to learn Language.

· It has many pre-defined functions and operators which make complex program easy.

· It is one of the most powerful programming Language.

· C is mainly and largely used to make large-scale projects.

Importance of C Language :-
· C Programming is used when we need to extract best performance of the program.

· Most of the OS are developed by using C language only.

· In every developer survey result C language is always one of the ten programming language in the
world.

· C language is mostly in demand in the software markets of the world.

· Because of C Language the hiring chance in any company becomes very high.

Most Famous Applications or Software’s Developed by C


Language :
· Most of the part of Linux OS is written in C Language.

· MySQL Database is written or coded in C Language.

· Most of the part of Ruby and Pearl Programming Language is written in C Language.

· Python’s Library i.e. CPython is written in C Language.

· And there are also many more applications written in C Language.

Let’s Discuss about the IDE and Compiler :


IDE and Compiler

IDE – IDE (Integrated Development Environment) is a software application which provides many
comprehensive facilities to programmers for software or application development.

· Ide provide tools to create build and test software’s. It also provides programmable editors, libraries,
build automation tools etc.

· It has features like syntax highlighting, syntax checking etc.


https://codewithharry.com/videos/c-language-tutorials-in-hindi-1 2/3
10/9/2019 Why Learn C Programming Language? : C Tutorial In Hindi #1 - Code With Harry

· E.g. Net Beans, Microsoft Visual Studio etc.

Compiler – It’s a software that transforms computer code written in one programming language into
another language i.e. machine language.

· It translates the source code to machine code so that it can be executed by the computer.

· E.g. GNU Gcc etc.

So, It’s a complete overview of C Programming Language. In Next Post we’ll discuss more about it…

← Previous Next →

You must be logged in to post a comment!


Login Here Signup Here

Comments(2)

krishanyadav at 2019-06-23 09:30:09 says


sir video 8 ki excercise ka solutions kaha milegi

Add Reply

Arjun at 2019-06-23 09:30:09 says


Sir aapke video bahut good hai mai dekhta hu Web development pe full course banaiye sir

Add Reply

© 2019-2020 CodeWithHarry.com · Privacy · Terms Back to top

https://codewithharry.com/videos/c-language-tutorials-in-hindi-1 3/3

You might also like