what are the compilation steps?
( i want inside the compiler )
Answer Posted / sai
Before the compilation of any C program Saved as a .C
extention. In C compiler architecture there is a
preprocesser algoritham i.e is used to preprocess the
header files. After including the header files there is a
compiler algorithm that generates .asm file to .c file.
The .obj file is generated from .asm by using assembler
algorithm. the .obj files are 2 types.
1. .boj file for library functions
2. .obj file for user defined functions
There is a linker algorithm to combine and generate .exe
file for .obj files. After .exe file the program executed
sucessfully.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Why does not c have an exponentiation operator?
What are valid operations on pointers?
How can I get the current date or time of day in a c program?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain high-order bytes.
What is the significance of c program algorithms?
What are the disadvantages of external storage class?
Is c easier than java?
If the size of int data type is two bytes, what is the range of signed int data type?
How can I find the modification date and time of a file?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What does the c preprocessor do?
What is variable declaration and definition in c?
What is the explanation for prototype function in c?