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

When should a type cast be used?

771


How can I do peek and poke in c?

848


What is the difference between char array and char pointer?

768


Why c is procedure oriented?

793


What are the 32 keywords in c?

853


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

867


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7778


What is the difference between scanf and fscanf?

895


Is null always equal to 0(zero)?

799


How to write a code for reverse of string without using string functions?

1837


What is c system32 taskhostw exe?

799


What do the functions atoi(), itoa() and gcvt() do?

919


List some of the dynamic data structures in C?

1009


Is there anything like an ifdef for typedefs?

903


What is a header file?

841