what are the stages of compilation



what are the stages of compilation..

Answer / rajesh

There are three stages of compilation

1) Preprocesing
2) Compilation
3) linking

Is This Answer Correct ?    16 Yes 3 No

Post New Answer

More C Interview Questions

What should not contain a header file?

2 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


How can a program be made to print the line number where an error occurs?

0 Answers  






how to find a 5th bit is set in c program

4 Answers   IBM,


difference between spiral and waterfall model

1 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


What is a structure in c language. how to initialise a structure in c?

0 Answers  


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


Categories