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
What are the uses of a pointer?
What do header files do?
What is sizeof int in c?
Why is c fast?
What is boolean in c?
What is a MAC Address?
What is the data segment that is followed by c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Explain how can I pad a string to a known length?
Are c and c++ the same?
What is c language & why it is used?
What are the advantages and disadvantages of a heap?
Is c is a low level language?
Why does not c have an exponentiation operator?
What does printf does?