hello Guys , welcome to our website Quick Tech Expert in this article i tells about C Program Language , So guys if you like my article Please give feedback for Our Website by feedback corner below , And If Any Queries Please Comment On My Article By Which I Can Satisfy You .
C Program Language
C Program Language Is A programming language which is developed at Bell Laboratories Of USA in 1972 By Dennis Ritchie. C Programming language is the most popular programming language because C Programming Language is very simple and easy to use . There Are many reasons by which C is Most Popular Programming Languages . Some reasons are given below :
- C Programming Language Make Use Of A principle called object oriented programming language . which offers many advantages.
- The Interesting and major part of C programming language is most of popular operating system like windows,UNIX,Linux and android is written in C Programming Language.
High Level Programming language :
Those Languages Which Are Normally in english languages , natural number , characters and symbols also . High Level Programming Language is a user friendly or programmer friendly languages . because these languages are Machine Independent which means Runs Anywhere. To Convert High Level language to machine language a compiler or interpreter is also be used . C/c++ , Java , Python , Etc Are high level programming language.
compiler :
A compiler is a program that converts High Level language machine language. A Interesting fact about compiler is that A compiler converts whole program into machine language.
interpreter :
A interpreter is also a program which converts high level language to machine language . A interesting fact about interpreter is that a interpreter converts or executes program line by line statement of a program which is written in high level language . interpreter can not converts whole program in machine language .
Differences between Compiler And interpreter :
some differences between compiler and interpreter is given below -Compiler | interpreter |
---|---|
compiler converts whole program at a time . | interpreter converts line by line program at a time . |
The compilergenerates an intermediate machine code . | the interpreter never generates an intermediate machine code . |
the compiler needs more memory to create an intermediate machine code . | the interpreter needs less memory because here no generation of intermediate machine code . |
the compiler displays all the errors after compilation because it converts whole program at a time . | the interpreter displays line by line errors of each line . |
the compiler is used in programming languages which are c,c++,Java | the interpreteris used in programming languages which are python,php |
History Of C Program Language :
In 1960 ALGOL - 60 Algorithm programming language is the first revolution of
C Program Language
and after that researches are on the way and after three years In 1963 CPLCombined Programming language is came on the way of c program language and soon in 1967 BCPLBasic Combined Programming Language which is developed by martin richards at cambridge universityand at last B Program language was developed by Ken Thompson at Bell Laboratoryin 1969 And after that c program language was developed by dennis ritchiealso in bell Laboratory in 1972 .
Some more historical term about the History of c program language
Note: BCPL and B was typeless languages . c program language has been added the concept of data types and ALGOL-60,CPL,BCPL languages added the more features in c program language the official description of the c program language was published by BRIAN KERNIGHAN AND DENNIS RITCHIE IN 1978 it is commonly referred .
in 1995 , the iso published an extension to ANSI american national standards institute formed a committee which is often as reffered this standard is also known as C99.
Computer Programming Languages For Beginners :
According to me the best computer programming language for beginnersis also C program language because as beginners programmer you must also know about the concept of codes like as functions,array,structures,unions,recursive functions , data types , loops , prepocessors , Etc these are the some concepts of c program language and all the concepts of c program language are about also used in all programming languages , i thinks that about if you understands the concept of c program language i confirms that you will understand about 50 % of programming in all other languages . So I suggests that if you want to become a good programmer please understands the concept of c program language after that you became a good programmer also , if you thinks that who will tells and understands you about c programming language dont worry you will follow my blog for daily updates i also make a course for not only c program language but i will make courses for all programming language which are known by me , i always try to understands you the best .
0 Comments