Saturday, 15 October 2016

What is C programming language?

Tags


Some points that define C language.



ü C is compiled language:-So before we know about a compiled language , we have to know about what is compiler ?




Compiler is a computer program that convert source code into binary form , so what is source code?
source code is a code that we thought and present in our compiler then we compile that code and the conversion of that code is present in form of 1 and 0 that is called binary.



ü C is structural language: The question is arises that why it is called a structural language?




It is called structured language because the function and procedure of program is form in structured form.
If you don't know about function so you don't have to worry about it , you study about function in other blogs like sachins21.blogspot.com sachins21blogs.blogspot.com.


ü C is  middle level language.