Math, asked by twinklesugathan207, 1 year ago

What does the following declaration mean?
int (*ptr)[10];
1.ptr is array of pointers to 10 integers
2.ptr is a pointer to an array of 10 integers
3.ptr is an array of 10 integers
4.ptr is an pointer to array

Answers

Answered by subhransusubhadarshi
0

option to 2 will be the answer

Similar questions