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
What you know about structures in C++?
How do I download c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Is c++ a good first language to learn?
What are shallow and deep copies?
write a programme to get a character and thier ASCII value
What is the basic concept of c++?
Is c++ a dying language?
Difference between strdup and strcpy?
What is c++ best used for?
Incase of a function declaration, what is extern means?
How do you define/declare constants in c++?
What is abstraction in c++ with example?
What is general form of pure virtual function? Explain?