...
UGC NET CS 2016 July- paper-2
March 15, 2024
JAVA
March 16, 2024
UGC NET CS 2016 July- paper-2
March 15, 2024
JAVA
March 16, 2024

UGC NET CS 2016 July- paper-2

Question 12
The following statement in ‘C’
int (*f())[ ];
declares
A
a function returning a pointer to an array of integers.
B
a function returning an array of pointers to integers.
C
array of functions returning pointers to integers.
D
an illegal statement.
Question 12 Explanation: 
int (*f())[ ] declare a function returning a pointer to an array of integers.
Correct Answer: A
Question 12 Explanation: 
int (*f())[ ] declare a function returning a pointer to an array of integers.

Leave a Reply

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