O
Q. The output of
{ int a = 5; int b = 10; cout << (a>b?a:b); }
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. To perform file-based I/O operations, you must use the __________.
Q. Which of the following is the correct way to define a function with a return type in C++?
Q. What is the output of the following C++ code?
Q. At which time does the static_cast can be applied?
Q. What is the output of the following C++ program?
Q. Which of the following, in C++, is inherited in a derived class from base class?
Q. Constructors __________ to allow different approaches of object construction.
Q. What is the output of the following C++ code? int a = 7; cout << a >> 1;
Discusssion
Login to discuss.