Multiple Choice
Which of the following can have a pointer as an operand?
A) ++
B) *=
C) % d . /
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following best describes the
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
Q14: All of the following can cause 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