Pages

Monday, April 29, 2013

EXECUTION OF C LANGUAGE

Hi,
     This post is common for all the PLATFORMS (i.e) Operating Systems.



     Before getting in to programming you should know how it works...

               The program which you are going to create is called source code.

               Save the created program(source code) & compile the source code
               according to the  platform in which you are in.

      At that time the C compiler will convert your source code into the compiler understandable code
      (i.e) file_name.bak or file_name.obj file which will be automatically created in BIN folder for
      running your program.

      When you run the program the file_name.bak or file_name.obj is taken by the interpreter to run the program.

      Will get back to u soon.....