Linux Makefile Question:
Download Questions PDF

Which one of the following is used for the target file-name in the make-file?
a) $@
b) $*
c) $?
d) none of the mentioned

Answer:

a) $@

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Macros for the make-file can be defined in:
a) makefile
b) command line
c) both (a) and (b)
d) none of the mentioned
In the make-file the target and dependencies are separated by the character:
a) -
b) :
c) /
d) none of the mentioned