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
For what purpose null pointer used?
What is void c?
What is the use of ?
What is the advantage of a random access file?
Tell us the use of fflush() function in c language?
What are the similarities between c and c++?
What is the difference between scanf and fscanf?
Simplify the program segment if X = B then C ← true else C ← false
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is wrong in this statement? scanf(ā%dā,whatnumber);
Explain what is the most efficient way to store flag values?
Explain the difference between call by value and call by reference in c language?
How do you sort filenames in a directory?
Is c easier than java?
How will you find a duplicate number in a array without negating the nos ?