Multiple Choice
All of the following can cause a fatal execution-time error except:
A) Dereferencing a pointer that has not been assigned to point to a specific address.
B) Dereferencing a pointer that has not been initialized properly.
C) Dereferencing a null pointer.
D) Dereferencing a variable that is not a pointer.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Assuming that t is an array and
Q10: (*max)(num1, num2, num3);:<br>A) Is the header for
Q11: The & operator can be applied to:<br>A)
Q12: Which of the following statements about pointer
Q13: Which of the following can have a
Q15: Pointers may be assigned which of the
Q16: Consider the following function: void reverse(char *string1,
Q17: Which of the following gives the number
Q18: getline(superstring, 30); is equivalent to which of
Q19: Given a built-in array of ints named