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

Difference between Function to pointer and pointer to function

0 Answers  


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1

6 Answers  


2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,






write a program to print the one dimensional array.

1 Answers  


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


What is build process in c?

0 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


What is meant by recursion?

0 Answers   ADP,


What are the disadvantages of c language?

0 Answers  


Why we use break in c?

0 Answers  


Categories