Question: What do the following declaration signify?

Options

A : pf is a pointer to function.

B : pf is a function pointer.

C : pf is a pointer to a function which return int

D : pf is a function of pointer variable.

Click to view Correct Answer

Previous || Next

Complicated Declarations - General Questions more questions

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?

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