0
Can any one give some tough pointer questions!???
Pointer question
5 Réponses
+ 4
Yes, I love to. Please ask your question
+ 1
What is meaning of following declaration?
int(*p[5])();
a) p is pointer to function.
b) p is array of pointer to function.
c) p is pointer to such function which return type is array.
d) p is pointer to array of function.
- 1
B
- 1
@nayan answer Is b
- 1
Yes answer is b.