

MCQOPTIONS
Saved Bookmarks
1. |
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» B. func is pointer to sig | |