Multiple Choice
The & operator can be applied to:
A) constants.
B) string literals.
C) lvalues.
D) rvalues.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which of the following is false for
Q7: Which of the following is false about
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
Q12: Which of the following statements about pointer
Q13: Which of the following can have a
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,