What is x in the following program?
#include int main() { typedef char (*(*arrfptr[3])())[10]; arrfptr x; return 0; }
Answer: C
No answer description available for this question.