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

Explain the use of 'auto' keyword in c programming?

661


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1771


how to capitalise first letter of each word in a given string?

1415


Explain how do you determine a file’s attributes?

584


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

1914






What is the difference between the expression “++a” and “a++”?

642


How do you redirect a standard stream?

612


What is scanf_s in c?

621


what is reason of your company position's in india no. 1.

1765


What do you know about the use of bit field?

597


What are operators in c?

571


What is array in C

689


How can I make it pause before closing the program output window?

561


Write a code to generate a series where the next element is the sum of last k terms.

719


What is break statement?

615