How the C program can be compiled?

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


Please Help Members By Posting Answers For Below Questions

Define the scope of static variables.

856


Explain what is wrong with this program statement? Void = 10;

1022


How can you call a function, given its name as a string?

937


What is the c language function prototype?

876


What are the features of c language?

849


how logic is used

1735


Differentiate between full, complete & perfect binary trees.

887


Do you know pointer in c?

833


What is the role of && operator in a program code?

818


What is the sizeof () operator?

818


What is function prototype?

818


What is substring in c?

896


C program to find all possible outcomes of a dice?

2106


What is adt in c programming?

872


How can I find the modification date of a file?

977