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
When should a type cast be used?
How can I do peek and poke in c?
What is the difference between char array and char pointer?
Why c is procedure oriented?
What are the 32 keywords in c?
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)
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is the difference between scanf and fscanf?
Is null always equal to 0(zero)?
How to write a code for reverse of string without using string functions?
What is c system32 taskhostw exe?
What do the functions atoi(), itoa() and gcvt() do?
List some of the dynamic data structures in C?
Is there anything like an ifdef for typedefs?
What is a header file?