Linux Makefile Question:
Download Questions PDF

What is makefile?
a) makefile describes to the make command that how to compile the program
b) makefile contains various statements related with the compilation of target
c) both (a) and (b)
d) none of the mentioned

Makefile Interview Question
Makefile Interview Question

Answer:

a) makefile describes to the make command that how to compile the program

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Which one of the following provides all dependencies in the makefile?
a) $^
b) $*
c) $:
d) none of the mentioned
What is phony target in the makefile?
a) the target which is not a filename
b) the target which is a filename
c) the target which does not used for compilation
d) none of the mentioned