Answer Posted / anilkumar927@gmail.com
Do you want the commands for compilation of our code or how
the code is compiling internally?
for commands for compilation : (in Linux)
$cc <filename.c>
Process as fallows :
Application Program --> preprocessor --> Compiler --->
linker ---> loader.
If you want more information please let me know on mail
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How can I write a function that takes a format string and a variable number of arguments?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
How are portions of a program disabled in demo versions?
What's the total generic pointer type?
What is the difference between c and python?
What does nil mean in c?
What is storage class?
Is printf a keyword?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is c value paradox explain?
What is preprocessor with example?
What is d'n in c?
Write the control statements in C language
what value is returned to operating system after program execution?
What is the heap in c?