⟩ Another signal that cannot be caught is a) SIGPIPE b) SIGHUP c) SIGSTOP d) SIGUSR1
c) SIGSTOP
c) SIGSTOP
If the umask value is 0002. What will be the permissions of new directory a) 777 b) 775 c) 774 d) 664
In make-file the comment begins with the character a) $ b) # c) /* d) none of the mentioned
Running "make" command without the arguments starts the target ____ in the makefile. a) ".phony" b) "clean" c) first d) none of the mentioned
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
Macros for the make-file can be defined in a) makefile b) command line c) both (a) and (b) 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
In the make-file the target and dependencies are separated by the character a) - b) c) / d) none of the mentioned
Which one of the following is not a valid makefile directive? a) if b) elif c) endif d) none of the mentioned
When a target of makefile fails to execute a) make does not executes any other target dependent on it b) it returns a status c) both (a) and (b) d) none of the mentioned
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