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 is local and global variable in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
How can I find the modification date and time of a file?
Which programming language is best for getting job 2020?
Where register variables are stored in c?
What does c value mean?
Difference between Function to pointer and pointer to function
Explain can the sizeof operator be used to tell the size of an array passed to a function?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the different types of objects used in c?
Why we use int main and void main?
How can you pass an array to a function by value?
What are header files and explain what are its uses in c programming?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Can you please compare array with pointer?