What does the following declaration mean?int (*ptr)[10]; - Study24x7
Social learning Network
23 Feb 2023 01:38 PM study24x7 study24x7

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

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles