void (*signal(int sig, void (*handler) (int))) (int); Which of the following definitions of sighandler_t allows the above declaration to be rewritten as follows? sighandler_t signal (int sig, sighandler_t handler);
Reveal answer
Fill a bubble to check yourself