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
Why is c called a mid-level programming language?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Where define directive used?
What is character constants?
What happens if you free a pointer twice?
What is a rvalue?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Hai what is the different types of versions and their differences
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
how to write a c program to print list of fruits in alpabetical order?
Do pointers need to be initialized?
write a progrmm in c language take user interface generate table using for loop?
Explain what is a 'locale'?
What is volatile variable how do you declare it?
how to count no of words,characters,lines in a paragraph.