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?

Answers were Sorted based on User's Feedback



What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particul..

Answer / 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

What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particul..

Answer / siva

Can anybody give the makefile.c program, so that i can easily understand.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

Why is a semicolon (;) put at the end of every program statement?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


what is different between auto and local static? why should we use local static?

0 Answers  


What is main () in c?

0 Answers  


What is an example of structure?

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


In C programming, what command or code can be used to determine if a number of odd or even?

0 Answers  


What is the difference between printf and scanf )?

0 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


what is data structure

5 Answers   Maveric, TCS,


Categories