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

How can I invoke another program from within a C program?

8 Answers  


explain what are actual arguments?

0 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.

1 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,






Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


Can we initialize extern variable in c?

0 Answers  


What is the use of a static variable in c?

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


What is variable in c with example?

1 Answers  


Categories