Vidyalelo
C Programming · Q108

Standard Library Functions

Programming · C Programming · question 108

Q108

In the c library function void (*signal(int sig, void (*func)(int)))(int), which statement is true with respect to func?

A.
func is a pointer to the function
Answer
B.
func is pointer to sig
C.
func is a static variable
D.
func is a pointer that points to all type of data

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board