Multiple Choice
Which of the following is FALSE about references in C++
A) a reference must be initialized when declared
B) once a reference is created, it cannot be later made to reference another object; it cannot be reset
C) references cannot be null
D) references cannot refer to constant value
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Which of the following control expressions are
Q12: Which of the following is the correct
Q13: Which of the following operators are overloaded
Q14: Which of the following ways are legal
Q15: The following is the C++ style comment<br>A)//<br>B)/*..*/<br>C)-<br>D)none
Q17: Which of the following feature of object
Q18: Which operator is having right to left
Q19: What will be the output of following
Q20: Which of the following approach is adapted
Q21: Which of the following statements is false?<br>A)every