Write a program that read 2o numbers in and array and
output the second largest number. Can anybody help??
Answer Posted / sivaraj
ya i above is correct
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can we make copy constructor private in c++?
What is a local reference?
What are the benefits of pointers?
How compile and run c++ program in turbo c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Is c the same as c++?
Do you need a main function in c++?
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.
What is pure virtual function?
Can you pass an array to a function in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Do you know the use of vtable?
what is Member Functions in Classes?
Is c++ a programming language?
What are separators in c++?