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
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is difference between data abstraction and encapsulation?
write knight tour problem which is present in datastructure
What is the difference between encapsulation and polymorphism?
What is overloading in oops?
What is encapsulation in simple terms?
What are the 4 pillars of oop?
Can destructor be overloaded?
What is the purpose of polymorphism?
What is abstraction in oops?
Can abstract class have normal methods?
What does it mean when someone says I oop?
Why do we use oop?
How do you explain polymorphism?
Can you explain polymorphism?