Linux Makefile Question:
The command "make google" will:
a) create the executable if google.c file is present in the current directory
b) create the object file named as google.o
c) give an error
d) none of the mentioned

Answer:
a) create the executable if google.c file is present in the current directory