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
What are the three forms of cin.get() and what are their differences?
How do you master coding?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Can we make copy constructor private in c++?
What is size of Empty Class?
How const functions will be treated by compiler?
What is pointer -to-members in C++? Give their syntax?
Differentiate between a template class and class template in c++?
Write my own zero-argument manipulator that should work same as hex?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Out of fgets() and gets() which function is safe to use and why?