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

What are the valid places to have keyword “break”?

647


explain what are actual arguments?

630


Explain how can I manipulate strings of multibyte characters?

778


What are the advantages of Macro over function?

1189


What are the different types of control structures in programming?

658






What are types of preprocessor in c?

613


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

1594


What are all different types of pointers in c?

572


What is hash table in c?

568


Can you please compare array with pointer?

613


What are valid operations on pointers?

662


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1704


What is use of pointer?

583


Can you please explain the scope of static variables?

597


What are the types of c language?

551