Answer Posted / anil kumar
For this ans first we have to know the c-compiler architecture
in c we will save the file with .c extension
the compiler first preprocessor toolconverts the .c file into .i(intermediate code) again .i into .asm(assembler) , .asm into .obj(object code) this object code wil be linked with the object for the library functions and generates a .exe(excutable file)
Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How can a process change an environment variable in its caller?
What is a c token and types of c tokens?
What are data structures in c and how to use them?
Compare interpreters and compilers.
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the difference between text and binary i/o?
Subtract Two Number Without Using Subtraction Operator
Explain the properties of union. What is the size of a union variable
why programs in c are running with out #include
What is the use of void pointer and null pointer in c language?
ATM machine and railway reservation class/object diagram
Are the expressions * ptr ++ and ++ * ptr same?
What are structures and unions? State differencves between them.
How can I discover how many arguments a function was actually called with?
How to establish connection with oracle database software from c language?