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

Do you know null pointer?

0 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


What is pointers in c with example?

0 Answers  


how to find out the union of two character arrays?

2 Answers  


what is use of malloc and calloc?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


Explain the use of function toupper() with and example code?

0 Answers  


explain about storage of union elements.

2 Answers   ABC, Bosch,


what is data structure

5 Answers   Maveric, TCS,


what is c programing

11 Answers   Wipro,


Categories