Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 2c dna?

0 Answers  


How can you find the exact size of a data type in c?

0 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

0 Answers  


What do you mean by dynamic memory allocation in c?

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


how to go with this?

1 Answers   Wipro,


write a program to generate address labels using structures?

0 Answers   SJC,


Which is better oop or procedural?

0 Answers  


What is adt in c programming?

0 Answers  


how to get starting address of a running C program

3 Answers  


Categories