R
Q. What is output of below program?
int main() { const int a=10; a++; cout<<a; return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which operator is required to be overloaded as member function only?
Q. Which loop is best used when the number of iterations is known in advance?
Q. Which of the following is an abstract data type?
Q. Which of the following is called address operator?
Q. By default, the members of a C++ class are:
Q. Which of the following is true about virtual functions in C++?
Q. String class have a concat() function that is used to _____________________
Discusssion
Login to discuss.