Answer Posted / jagdish patel
it's simple just sort an array in descending and then
print 2nd element of an array!!!!
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
Is c++ built on c?
Is c++ used anymore?
Explain the static member function.
What is the fastest c++ compiler?
What's the best free c++ profiler for windows?
What are member functions used in c++?
What's the "software peter principleā?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What are friend functions in C++?
What is the function of I/O library in C++ ?
Why do we learn c++?
What is difference between n and endl in c++?
What are the vectors in c++?
what is Loop function? What are different types of Loops?
Do class declarations end with a semicolon? Do class method definitions?