R
Q. What is the output of below program?
int main() { if(0) { cout<<"Hi"; } else { cout<<"Hello"; } 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. We can prevent a function from throwing any exceptions.
Q. Which of the following operators can be overloaded?
Q. Which of the following statements allows you to overload a function in C++?
Q. ‐‐‐‐‐‐‐‐‐‐ provides interface between the object’s data and program.
Q. The arrays of variable that are of the type class
Q. Memorizing the new items used in C++ is
Q. Keyword typed is used to declare
Q. Which class is used to design the base class?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x = y);
Q. What is the built in library function to compare two strings?
Discusssion
Login to discuss.