Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

For what purpose null pointer used?

1112


What is void c?

1160


What is the use of ?

1083


What is the advantage of a random access file?

1251


Tell us the use of fflush() function in c language?

1201


What are the similarities between c and c++?

1139


What is the difference between scanf and fscanf?

1341


Simplify the program segment if X = B then C ← true else C ← false

3063


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

10244


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1285


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

1270


Explain the difference between call by value and call by reference in c language?

1158


How do you sort filenames in a directory?

1231


Is c easier than java?

1119


How will you find a duplicate number in a array without negating the nos ?

2182