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 kind of jobs can I get with c++?
How does atoi function work?
How delete [] is different from delete?
What are the classes in c++?
What c++ is used for?
What do you understand by pure virtual function? Write about its use?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is the main function c++?
What language does google use?
Write my own zero-argument manipulator that should work same as hex?
What is a float in c++?
How do you differentiate between overloading the prefix and postfix increments?
What are the two types of comments, and how do they differ?
How do c++ struct differs from the c++ class?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).