R
Q. What is the output of following c++ program?
{ 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. Which of the following is the correct way to define a class template in C++?
Q. What is Self Referencial Structure?
Q. Which operator is used for dynamic memory allocation in C++?
Q. What is the output of the following C++ code?
Q. Which operation is used as Logical 'AND'
Q. What is the use of this pointer?
Q. Which classes allow primitive types to be accessed as objects?
Q. Identify the storage classes that have global visibility.
Discusssion
Login to discuss.