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
Is array name a pointer?
When should a far pointer be used?
Explain heap and queue.
Can a local variable be volatile in c?
Why is c called "mother" language?
What is the best way to store flag values in a program?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
about c language
Compare array data type to pointer data type
i have a written test for microland please give me test pattern
How many bytes are occupied by near, far and huge pointers (dos)?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is a dynamic array in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
What are the 4 types of unions?