...
Question 1156 – Theory-of-Computation
May 12, 2024
GATE 2006
May 12, 2024
Question 1156 – Theory-of-Computation
May 12, 2024
GATE 2006
May 12, 2024

Question 17142 – NTA UGC NET JUNE-2023 Paper-2

What is x in the following program?
# include < stdio.h>
int main ( )
{
typedef (* (* arrfptr [31) () ) [10];
arrfptr x ;
return 0 ;
}

Correct Answer: C

A
x is a pointer
B
x is a array of three pointer

C
x is an array of three function pointer
D
Error in x declaration

Leave a Reply

Your email address will not be published. Required fields are marked *