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...

What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

Answer Posted / sarmistha pattanaik

When we write C program in modular pattern, then generally
it consists of 3 parts, .h file which will contain all the
header info, main.c will contain the main function and one
more .c file which will contain all the function
definitions. In order to compile the two.c file it will
create object file with .o extention. It's a multi step
process. In order to avoid the steps, we can write all the
compiling statements in one file which is the makefile.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use int main?

1142


List a few unconditional control statement in c.

1029


Where are the auto variables stored?

1204


What are the features of c language?

1122


What type of function is main ()?

1086


How do you redirect a standard stream?

1150


What is c preprocessor mean?

1373


How many bytes are occupied by near, far and huge pointers (dos)?

1216


Are global variables static in c?

1218


What does stand for?

1141


What is a file descriptor in c?

1196


What is the use of header files?

1155


What is the difference between fread buffer() and fwrite buffer()?

1224


How do you search data in a data file using random access method?

1360


What is const volatile variable in c?

1103