C++ Pointers & Functions Question: What is size of generic pointer in c? a) 0 b) 1 c) 2 d) Null C++ Pointers & Functions Interview QuestionAnswer: c) 2 Previous QuestionNext QuestionHow many minimum number of functions are need to be presented in c++? a) 0 b) 1 c) 2 d) 3What is meaning of following declaration? int(*p[5])(); a) p is pointer to function. b) p is array of pointer to function. c) p is pointer to such function which return type is array. d) p is pointer to array of function