What compilation do?

Answers were Sorted based on User's Feedback



What compilation do?..

Answer / deepu chandran

compilation refers to conveting source code(high level)
into object code (machine code) by series of processes such
as lexical analysis,parsing(syntactic),sematic
analysis,optimization,preprocessor, code generation.
compiler is a program mainly written in C itself
for C compiler.

if u want 2 know more about this processes mail me at:
fortuner4u@gmail.com

Is This Answer Correct ?    5 Yes 0 No

What compilation do?..

Answer / mahendra giri

compiler main work is to convert source code to target
code ,means when we compile our program ,source code are
converted into binary form (system understantable form)and
then execute it to user understable form.

Is This Answer Correct ?    3 Yes 0 No

What compilation do?..

Answer / guest

source code to obj

Is This Answer Correct ?    2 Yes 1 No

What compilation do?..

Answer / ananth kumar

First pre-compilation, macros are sunstituted. Then at the
time of compilation, source code is converted into object
files (in other words, decoding to machine language) and
the linker plays a major role in generating the output
executables to perform the desired function.

Is This Answer Correct ?    1 Yes 0 No

What compilation do?..

Answer / sachin tendulkar

Compilation (programming), translation of source code into
object code(binary format) by a compiler.

Is This Answer Correct ?    1 Yes 0 No

What compilation do?..

Answer / naveen

compiler main work is to convert source code to target
code ,means when we compile our program ,source code are
converted into binary form (system understantable form)and
then execute it to user understable form.

Is This Answer Correct ?    0 Yes 0 No

What compilation do?..

Answer / aditya

Compilers Main work is to Coneverting Source code to Obj
(Machine code)
First it Check the Tokens, Syntex, Symentic Errors and if
it find correct it convert. If not it generate error
messege that shows on ur screen.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

what is c?

4 Answers   IBM, TCS,


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,


Why Modern OS are interrupt driven?Give an example

3 Answers  


The statement, int(*x[]) () what does in indicate?

0 Answers  






15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


IS Doon college of Engn.. has good faculty

1 Answers  


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


list the no of files created when c source file is compiled

9 Answers   TCS,


Is int a keyword in c?

0 Answers  


Categories