Linux Makefile Question:
Download Questions PDF

Macros for the make-file can be defined in:
a) makefile
b) command line
c) both (a) and (b)
d) none of the mentioned

Answer:

c) both (a) and (b)

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Which one of the following can be used to specify the directory to search the dependencies and target files?
a) VPATH
b) CPATH
c) FPATH
d) none of the mentioned
Which one of the following is used for the target file-name in the make-file?
a) $@
b) $*
c) $?
d) none of the mentioned