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
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why are all header files not declared in every c program?
What are compound statements?
Do variables need to be initialized?
Can true be a variable name in c?
What is getch() function?
What is c++ used for today?
What are register variables? What are the advantage of using register variables?
How do you declare a variable that will hold string values?
How can I avoid the abort, retry, fail messages?
Describe wild pointers in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How can I dynamically allocate arrays?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is the difference between #include