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 vectors used for in c++?
How many types of scopes are there in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Is dev c++ a good compiler?
What is using namespace std in c++?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
Define stacks. Provide an example where they are useful.
Is dev c++ free?
What is the error in the code below and how should it be corrected?
Should the this pointer can be used in the constructor?
What is the oldest programming language?
What is the purpose of decltype?