Computer Science, asked by gunit8692, 1 year ago

What does the following declaration mean?
int (*ptr)[10];
A.ptr is array of pointers to 10 integers
B.ptr is a pointer to an array of 10 integers
C.ptr is an array of 10 integers
D.ptr is an pointer to array

Answers

Answered by hornystudiers
5
hey mate your answer is A ptr is array of pointers to 10 integers

please mark as BRAINliest answer
Answered by afruja70
1
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤

Option A✔✔

¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions