Question: What do the following declaration signify?

Options

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.

Click to view Correct Answer

Previous || Next

Complicated Declarations - General Questions more questions

Which of the following statements is correct?

What will happen if in a C program you assign....

What does the following declaration mean? int (*ptr)[10];

In C, if you pass an array as an argument....

Declare the following statement? "An array of three pointers to....

Declare the following statement? "A pointer to an array of....

What do the following declaration signify?

What do the following declaration signify?

Declare the following statement? "A pointer to a function which....

What do the following declaration signify?

Arrays - General Questions more Online Exam Quiz

OOPS Concepts - General Questions

References - General Questions

Arrays - General Questions

Control Instructions - General Questions

Declarations and Initializations - General Questions

Floating Point Issues - General Questions