Sorry! Posting Assignment is allowed only for commercial accounts.
What is x in the following program?#include<stdio.h>int main(){ typedef char (*(*arrfptr[3])())[10]; arrfptr x; return 0;}