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
Can main method override?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is byval and byref? What are differences between them?
What are two types of polymorphism?
What is multilevel inheritance?
what's the basic's in dot net
What are the benefits of oop?
Explain the advantages of inheritance.
Why do we need oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are different oops concepts?
What is this pointer in oop?
What is object in oops?
How do you use inheritance in unity?
What is encapsulation in oop?