📚 Question Bank Q99 — Programming and Data Structure
Tags
Programming and Data Structure
Q99. Marks: +2.0 UGC NET Paper 2: Computer Science17th June 2023

What is x in the following program?

#include < stdio.h >

int main ( )

{typedef (* (*arrfptr [3]) ( ) ) [10];

arrfptr x;

return 0 ;

1.x is a pointer
2.x is a array of three pointer 
3.x is an array of three function pointer ✓ Correct
4.Error in x declaration
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question