Examveda
Examveda

Read the following expression?
void (*ptr)(int);

A. ptr is pointer to int that converts its type to void

B. ptr is pointer to function passing int returning void

C. ptr is pointer to void that converts its type to int

D. ptr is pointer to function passing void returning int

Answer: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer