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
What are structural members?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are qualifiers in c?
What is static memory allocation?
Why & is used in c?
What is void main ()?
What are the benefits of organizational structure?
Which is better oop or procedural?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is the function of volatile in c language?
What is equivalent to ++i+++j?
What is getche() function?
Why isn't it being handled properly?
How can you call a function, given its name as a string?
What is the right type to use for boolean values in c?