R
Q. Which of the following statements about C++ references is true?
In C++, a reference must be initialized when declared and cannot be assigned a new address later.
You must be Logged in to update hint/solution
Q. By default, all the files in C++ are opened in _________ mode.
Q. Which of the following statements is equivalent to scanf() in C++?
Q. What is the output of the following C++ code?
Q. In heap, which of these values will be pointed out first?
Q. Treating the address of the object of the derived class as the address of the base class means
Q. ___ is used to define a member of a class externally?
Q. A static variable is initialized to ‐‐‐‐‐when the first object of its class is created.
Q. Which of the followings are true about Virtual functions?
Discusssion
Login to discuss.