write a program to find the largest of two numbers without
using for,while,switch,if else, conditional operator and do
while using c++ pgmng language
Answer Posted / swaroop
int max,a,b;
max = (a>b)? a:b ;
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
What are the data types in oop?
What is an interface in oop?
Templates mean
Which is not an object oriented programming language?
What is constructor overloading in oop?
How is class defined?
Why oops is important?
What is difference between multiple inheritance and multilevel inheritance?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is encapsulation selenium?
Can static class have constructor?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is abstraction example?
Why multiple inheritance is not allowed?
What is multilevel inheritance explain with example?