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 will you divide two numbers in a MACRO?
the question is that what you have been doing all these periods (one year gap)
Explain function?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the scope of local variable in c?
What is volatile keyword in c?
What are the types of unary operators?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
find out largest elemant of diagonalmatrix
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Is there a built-in function in C that can be used for sorting data?
What does %c do in c?
Are there namespaces in c?
What is meant by high-order and low-order bytes?
What are register variables in c?