Skip to main content

basic of programming

About c language.

Q: what is c programming?
 Ans: C is general purpose programming language used for wide range of application from operating system like window, linux and ios . C is a programming language developed at AT & T’s bell laboratories of USA in 1972. It was designed and written by a man named Dennis Ritchie.

                                      


                                                 


Q: why c is so popular ?
Ans: C language is popular because it is easy to use and reliable , simple.  

                       Use of c programming language

1. It is use for operating system (os) like window , linux , 
     unix are written in c.
2. The android core library written in c.
3. Oracle software is written in c.
4. Mobile device like smart phone and tablets become rang of
     today. Also, consumer device like microwave ovens and
     washing machines and digital camera are smarter day 
     by day.
    This smartness come from microprocessor, an operting system and a 
    program is embedded in microprocessor chip. These program are written in c.
5. Almost all device drivers written in c.
6. MYSQL is written in c.

Comments

Post a Comment

Popular posts from this blog

history of c

                 History of c programming language. 1.   First language is ALGOL come in 1960. 2.   After algol the bcpl language is come in 1967. BCPL is invented by Martin Richard.     Martin Richards (born 21 July 1940) is a British computer scientist known       for his development of the BCPL programming language in 1966. Developer of BCPL is Martin Richard in 1966. Full form of BCPL is basic combined programming language. 3.   In 1970 B language is developed in  AT & T’s bell laboraties of USA.B language is        invented by ken Thompson.                                                             4.   To improve b language then come the c ...

types of constant

Now start c language Character set :- It is a group of words, number and expression that is used to develop and run a program. Syntax :-like any other language “c” also has its own vocabulary and grammer they are called syntax. Identifier :- it refers to the name of variable, function and array it is complete user define names. Constant :- A constant has fixed value that cannot change during the execution of program. Variable   :- A variable is an entity that may be change during the  execution of program. Keyward :- keyword are the word that carries special   meaning. All the keyword has fixed meaning it can’t be change. There are 32 keywords in c.                                         Constant in c Types of constant  Primary constant i.              ...