Suppose we want to declare a pointer to a function which has a float return type, and two parameters: the first one an integer and the second one a string. We want to name the pointer fptr. The declaration would look like this:

A. float (fptr) (int, string);
B. float (fptr) (int, string);
C. float (fptr) (int, string);
D. float ( int, string) fptr;


D

Computer Science & Information Technology

You might also like to view...

Write a filter that takes a list of files as input and outputs the basename (page 447) of each file in the list.

What will be an ideal response?

Computer Science & Information Technology

Once users create a table sort, they can only modify the existing sort or create a new higher priority sort. They cannot delete the sort

Indicate whether the statement is true or false

Computer Science & Information Technology

TCP established a connection by using a four-step handshake process

Indicate whether the statement is true or false.

Computer Science & Information Technology

In Linux, what command can be used for viewing and setting wireless interface parameters?

a. ifconfig b. iwconfig c. wlanconf d. wifid

Computer Science & Information Technology