What do the following declaration signify?int *ptr[30]; - Study24x7
Social learning Network
13 Mar 2023 01:17 PM study24x7 study24x7

What do the following declaration signify?

int *ptr[30];

A

ptr is a pointer to an array of 30 integer pointers.

B

ptr is a array of 30 pointers to integers.

C

ptr is a array of 30 integer pointers.

D

ptr is a array 30 pointers.

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