Answer Posted / anand shankar pathak
first .c file is converted to .i format it is done by the preprocessor and then the compiler convert this file to .asm file later assembler creats object that is linbked together using linker and loader and finally .exe file is genrated
and this process is done automatically while we execute the program we don't have to do anything,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I change the size of the dynamically allocated array?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Who invented bcpl language?
Explain the concept and use of type void.
Can the “if” function be used in comparing strings?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is maximum size of array in c?
What is the purpose of the preprocessor directive error?
What is a char in c?
In which layer of the network datastructure format change is done
What is n in c?
Is boolean a datatype in c?
What is wrong in this statement? scanf(“%d”,whatnumber);
What is pass by reference in functions?
Explain Basic concepts of C language?