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

What is an incomplete type?

1 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


Describe exception handling concept with an example?

0 Answers  


What are the different operators in C++?

3 Answers   HP,


How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,






How should runtime errors be handled in c++?

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


Do you know what is overriding?

0 Answers  


What is the use of 'this' pointer?

0 Answers   Fidelity,


how to access grid view row?

0 Answers  


What is a base class?

0 Answers  


Why null pointer is used?

0 Answers  


Categories