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

What is the meaning of typedef struct in c?

601


What does *p++ do? What does it point to?

620


What is hashing in c?

648


Explain what is the difference between far and near ?

655


What is a file descriptor in c?

568






Explain high-order and low-order bytes.

671


in linking some of os executables are linking name some of them

1655


What is a void pointer? When is a void pointer used?

632


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

656


Why do we use int main?

618


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

617


What is difference between array and pointer in c?

542


What is difference between && and & in c?

604


Explain the difference between ++u and u++?

642


Is null always defined as 0(zero)?

619