Answer Posted / anand shankar pathak
first .c file is converted to .i format it is done by the preprocessor and then the compiler convert this file to .asm file later assembler creats object that is linbked together using linker and loader and finally .exe file is genrated
and this process is done automatically while we execute the program we don't have to do anything,
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does sizeof know array size?
What is wrong with this code?
What is c mainly used for?
Can a local variable be volatile in c?
What is n in c?
how do you execute a c program in unix.
List some basic data types in c?
What are nested functions in c?
What is keyword with example?
what is the diffrenet bettwen HTTP and internet protocol
Why are algorithms important in c program?
Is c procedural or functional?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are the two types of functions in c?
What are the different types of control structures in programming?