Examveda

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

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


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions