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
What is maximum size of array in c?
What is d scanf?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Linked lists -- can you tell me how to check whether a linked list is circular?
How can you tell whether a program was compiled using c versus c++?
What is the difference between exit() and _exit() function?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is difference between structure and union in c?
Are the expressions * ptr ++ and ++ * ptr same?
Why do we write return 0 in c?
What do you mean by dynamic memory allocation in c? What functions are used?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are the uses of null pointers?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Is c is a low level language?