The correct choice is (d) ignore the signal, restore the default and invoke a signal handling function
To explain: signal system call doesn’t generate any signal but only specifies its disposition. Using signal call we can either ignore the signal, restore the default (if it was changed earlier) or invoke a signal handling function.