what are the stages of compilation

Answer Posted / rajesh

There are three stages of compilation

1) Preprocesing
2) Compilation
3) linking

Is This Answer Correct ?    16 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about block scope in c?

657


What are file streams?

562


Is flag a keyword in c?

677


What is the significance of an algorithm to C programming?

594


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1446






What is the difference between test design and test case design?

1564


What are the 4 types of functions?

566


Explain what is a const pointer?

636


Is c a great language, or what?

600


why do some people write if(0 == x) instead of if(x == 0)?

652


Is there any demerits of using pointer?

625


C program to find all possible outcomes of a dice?

1851


What are the 5 elements of structure?

560


What is meant by gets in c?

604


Why can’t constant values be used to define an array’s initial size?

828