Saturday, 28 February 2015

                     INTRODUCTION 

C programming is a popular computer programming language which is widely used for system and application software. Despite being fairly old programming language, C programming is widely used because of its efficiency and control. This tutorial is intended for beginners who does not have any prior knowledge or have very little knowledge of computer programming. All basic features of C programming language are included in this tutorial.



------->>>>BASIC OF C LANGUAGE 

  1.      HARDWARE REQUIREMENT   

                          ......... PROCESSOR-PENTIUM III OR ABOVE.

                           ..........RAM -128 MB OR AVOVE.

     2   SOFTWARE RIQUIREMENT

                        .......PALTFORM-WINDOW XP ,7,8 and more 

                         .......TURBO C  COMPILER. 

      WHAT IS COMPILER ,WHY IT IS IMPORTANT IN  C

                       A compiler is a program that translates the source code for another program from a programing language into executable code. The source code is typically in a high-level programming language (e. g. Pascal, C, C++, Java, Perl, C#, etc.)

                                            OR 

                        A compiler is a program that translates the source code(code that we write in ) into a machine language ,because computer is machine which does not understand higher language.  computer only understand  0 and 1  ,means it only understand binary code (0 and 1) so  our code must be converted into  machine language (binary code).

           COMPILER IS USED TO CONVERT OUR CODE (HIGER LEVEL LANGUAGE) INTO MACHINE- LANGUAGE (BINARY CODE ).


    4    INTERPRETER AND ITS USE IN C LANGUAGE 

   INTERPRETER  is same as  compiler it also conver the higher-level-language  into machine-level-language(binary number). 
    

          DIFERENCE BETWEEN COMPILER AND INTERPRETER 

compiler is a program that  compile the whole program at ones and calculate the total no of  error in program at the end of compilatiom   but interpreter is a program that  compile the program line by line .If the interpreter  finds any arror  at  any line of the program then it  will not compile the next line until and unless that line is being corrected.

        so compiler is more faster then  interpreter ....

 FOR  MORE INFORMATION   CONTACT US  OR COMMENT BELLOW

2 comments :

  1. This comment has been removed by the author.

    ReplyDelete
  2. contact me for more information vivekkr.shaw88@gmail.com

    ReplyDelete