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 the c program is executed?
When would you use a pointer to a function?
When should you use a type cast?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Can you please explain the difference between strcpy() and memcpy() function?
What is the use of in c?
How can I recover the file name given an open stream?
How can I send mail from within a c program?
Is c# a good language?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Can you please explain the scope of static variables?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Do you have any idea how to compare array with pointer in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Write a Program to find whether the given number or string is palindrome.