1. 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 AnswerAnswer: b [Reason:] None….