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
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 |
Write a program for Overriding.
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
Can a void pointer point to a function?
what is pointer ? what is the use of pointer?
is assignment operator is arithmatic or not
What is an arrays?
how is the examination pattern?
Are the variables argc and argv are always local to main?
Explain the difference between fopen() and freopen().
Write a C program to find the smallest of three integers, without using any of the comparision operators.
write a c programme for add of two numbers with out use of arthematic operators
When should structures be passed by values or by references?