find the two largest values among the 6 numbers

using control structures : do-while,for,if else,nestedif-
else ,while. one or two of them.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Difference between overloaded functions and overridden functions

0 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


What does override mean in c++?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


What is token c++?

0 Answers  






How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


When should we use container classes instead of arrays?

0 Answers  


Can a built-in function be recursive?

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


What is class and structure in c++?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


Categories