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
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Define VARIABLE?
What is the best style for code layout in c?
Why c is called object oriented language?
In c language can we compile a program without main() function?
What does %c mean in c?
What is the most efficient way to store flag values?
What is getch c?
What is a keyword?
Write a program to check palindrome number in c programming?
How does #define work?
What is the newline escape sequence?
Explain what are the standard predefined macros?
What is the difference between struct and typedef struct in c?
What does the error message "DGROUP exceeds 64K" mean?