What is x in the following program?#include<stdio.h>int main(){ typedef char (*(*arrfptr[3])())[10]; arrfptr x; return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login