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

How are pointers declared in c?

602


What are the back slash character constants or escape sequence charactersavailable in c?

686


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1803


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

604


Why do we use c for the speed of light?

606






What are pointers? What are different types of pointers?

632


What is indirection in c?

629


Create a simple code fragment that will swap the values of two variables num1 and num2.

814


Write the syntax and purpose of a switch statement in C.

629


Why structure is used in c?

597


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

654


What is void main ()?

614


What is operator promotion?

630


Who invented bcpl language?

705


What functions are in conio h?

662