Which of the following is not true of pointers to functions?

They contain the starting address of the function code.
b. They are dereferenced in order to call the function.
c. They can be stored in arrays.
d. They can not be assigned to other function pointers.


d. They can not be assigned to other function pointers.

Computer Science & Information Technology

You might also like to view...

What is RFID, and where is it used?

What will be an ideal response?

Computer Science & Information Technology

If you don't stop recording actions, Photoshop will record your steps for hours.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the output of the following Java code?int num = 15;while (num > 0)      num = num - 3;System.out.println(num);

A. 0 B. 3 C. 12 D. 15

Computer Science & Information Technology

COGNITIVE ASSESSMENT With the cover off the system unit of a lab computer, your instructor pointed out a type of nonvolatile memory that can be erased electronically and rewritten. What did your instructor call this memory?

A. perm-memory B. firewire C. EM-ROM D. flash memory

Computer Science & Information Technology