Question: What do the following declaration signify?

Options

A : arr is a array of 10 character pointers.

B : arr is a array of function pointer.

C : arr is a array of characters.

D : arr is a pointer to array of characters.

Click to view Correct Answer

Previous || Next

Complicated Declarations - General Questions more questions

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....

What do the following declaration signify?

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

What do the following declaration signify?

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

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