Multiple Choice
What will be the output of the program?
A) 1
B) default value
C) will not compile
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: In C++ there can be an array
Q7: Can destuctors be private in C++?
Q8: You should prefer C-strings to the Standard
Q9: What value will be printed for data.i?<br>A)10
Q10: When a function returns a value, the
Q12: Which of the following feature is not
Q13: What will be the output of the
Q14: The operators that cannot be overloaded is<br>A)*<br>B)-<br>C)::<br>D)()
Q15: When an argument is passed by reference<br>A)a
Q16: A static local variable is used to<br>A)make