Lectures of C



Lectures of C


History of C

   C is a programming language developed at AT&T’s Bell lab in the USA in 1972.But we should prefer c as a language
Here are some of the characteristic of c language which make is a simple and most preferred first language by many.1.       C is middle-level language.
2.       C is a structured programming language.
3.       C is an efficient and robust language.
4.       C is a portable language.
5.       C is a language rich in operators and data types.
6.       Use modular programming concept.



You might think of where to apply c language do not worry about the application of the language you would found n number of application some of them can be stated as
*      OS like Windows, Unix, Linux are  written in C
*      3D games and device driver are written in C.




C language was used to develop the system, particularly the operating system. As due to it have codes that run which are fast as we have written them in assembly language?
Where is the application?
 It is having a wide variety of applications like:
Operating system
Language compilers
Assemblers
Text editors
Utilities


It is not the world easiest language to learn c is trendy it will surely going to help you if it’s your first language. Many programmers are switching to c for all sorts of reason, but due to easiness it provides to developer!


Another benefit of learning c is that it is basic language of all advanced computer language, for any object-oriented language you need to know c language, once you have mastered the c programming you can easily learn other languages.
 Writing programs in c language is really fast and fairly easy as it uses basic commands as like in English. However c is compiled language, so when you are done writing your code you need to run it through the compiler to transform it from assembly language to machine language.

Try using the different codes and try to implement the different types of data type and include different header files in your source code to find out what new things you can make in that code, many types of header files are available in c database.
Just include them by using the commands
#include<_____.h>
And it would be available in your source code.





2 comments:

  1. i was not knowing abut the importace of c , thanks to u for let me know the fields

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete

thanks for reading and sharing.I hope it would help you!!!!

Powered by Blogger.