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
Explain dangling pointer.
What are formatting flags in ios class?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is c++ stringstream?
How can I disable the "echo" feature?
which of the following is not an secondary constant a) array b) real c) union
What are multiple inheritances (virtual inheritance)?
What is abstract class in c++?
Write a program to interchange 2 variables without using the third one.
Is swift better than c++?
When is the copy constructor called?
What does #define mean in c++?
What happens when you make call 'delete this;'?
What is &x in c++?
Is java the same as c++?