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
Define the scope of static variables.
Explain what is wrong with this program statement? Void = 10;
How can you call a function, given its name as a string?
What is the c language function prototype?
What are the features of c language?
how logic is used
Differentiate between full, complete & perfect binary trees.
Do you know pointer in c?
What is the role of && operator in a program code?
What is the sizeof () operator?
What is function prototype?
What is substring in c?
C program to find all possible outcomes of a dice?
What is adt in c programming?
How can I find the modification date of a file?