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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to calculate sum of digits till it reduces to a single digit using recursion

2996


Why are all header files not declared in every c program?

818


What are compound statements?

845


Do variables need to be initialized?

807


Can true be a variable name in c?

748


What is getch() function?

830


What is c++ used for today?

871


What are register variables? What are the advantage of using register variables?

902


How do you declare a variable that will hold string values?

923


How can I avoid the abort, retry, fail messages?

865


Describe wild pointers in c?

850


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

958


How can I dynamically allocate arrays?

779


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

824


What is the difference between #include

and #include “header file”?

781