Saturday, 11 June 2016

C Introduction


 C Introduction


 Hello friends, today we studied about the C language and their features. C is a high level language that was developed by Dennis M. Ritchie for developing the Unix os(operating system) in 1972.
Due to several reasons listed below, C; now become one of the professional language and most of the UNIX application programs have been written in it.
  • learn easily
  • Structured language
  • efficient programs
  • handle low-level activities
  • complied on a variety of computer platforms
    Facts:
  • C is used to write the code of an operating system called UNIX.
  • C is an Advance of B language.
  • Use ASCII character codes.
  • Most of software is formed in C.
  • Linux os and RDBMS mySQL have been written in C.

    Adopted as a system development language because it runs code fast.
    Some example of the use of C might be-
  • Database
  • print Spoolers
  • Network Drivers
  • Advanced  programs
  • Language Interpreters
  • Text Editors
  • Language compilers
  • ‎Assembler

This introduction of c is useful for beginners who do not have any ideas or little knowledge about computer programming.


C Programs
A C program can be written into one or more text files with extension ”.c” (for example hello.c). you need “vi”,”vim” or any other text editor to write your c Program.
Getting started with C....
To run a C program, you need a compiler .That check the error of your program.
Compiler changes the code that written by programmer (source code) to the code that understands by computer (object code) and creates executable file.   

There are many compilers are available in free of cost .for the sake of course, Turbo C++(Click on it to download the compiler/software) compiler is used.
                                               
                                             Happy coding
                             (If you have any questions regarding this post please comment us)




No comments:

Post a Comment