...
Question 1156 – Theory-of-Computation
May 12, 2024
Question 9375 – Operating-Systems
May 12, 2024
Question 1156 – Theory-of-Computation
May 12, 2024
Question 9375 – Operating-Systems
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
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!