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

Write a program to swap two numbers without using a temporary variable?

613


Explain the process of converting a Tree into a Binary Tree.

2111


What is the difference between if else and switchstatement

1320


Explain what is the most efficient way to store flag values?

702


Do you have any idea how to compare array with pointer in c?

611






What is the maximum no. of arguments that can be given in a command line in C.?

674


Explain which function in c can be used to append a string to another string?

594


Why isn't it being handled properly?

651


Can static variables be declared in a header file?

622


What is unsigned int in c?

565


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

596


Explain what is the difference between text files and binary files?

622


What is the correct code to have following output in c using nested for loop?

617


How can I call a function with an argument list built up at run time?

646


What is meant by realloc()?

682