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

Options

A : char *ptr[ 3 ]();

B : char *ptr[ 3 ];

C : char (*ptr[ 3 ])();

D : char **ptr[ 3 ];

Click to view Correct Answer

Exam Quiz App on Google Play

Next

Complicated Declarations - General Questions more questions

Which of the following statement is correct?

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

What do the following declaration signify?

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

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