Multiple Choice
Which of the following is not true of pointers to functions?
A) 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.
Correct Answer:

Verified
Correct Answer:
Verified
Q22: Three of the following expressions have the
Q23: Which statement would be used to declare
Q24: Pointers cannot be used to:<br>A) Contain memory
Q25: To prevent modification of a built-in array's
Q26: A string array is commonly used for:<br>A)
Q27: Which of the following is not a
Q29: When a compiler encounters a function parameter
Q30: What method should be used to pass
Q31: What does the following statement declare? int
Q32: Sizeof:<br>A) Is a binary operator.<br>B) Returns the