CONSIDER THE FOLLOWING CODE:

int *p[];
// THIS IS ARRAY OF POINTERS
int (*p)[]
// THIS IS POINTER TO ARRAY.
CAN SOMEONE EXPLAIN ME SOME MORE ABOUT THESE TWO STATEMENTS

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.