second highest number in a given set of numbers
Answer Posted / kartik
Read the set of numbers in to an array ,sort it using bubble
sort(ascending order logic),the last but one number wil be
second highest number.....
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Where are the auto variables stored?
What does == mean in texting?
what is the role you expect in software industry?
What is the Purpose of 'extern' keyword in a function declaration?
Write a program to reverse a given number in c?
Differentiate between the expression “++a” and “a++”?
What is wrong with this initialization?
What is the benefit of using #define to declare a constant?
what is recursion in C
What is the heap in c?
Describe dynamic data structure in c programming language?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Differentiate between full, complete & perfect binary trees.
Why cant I open a file by its explicit path?
What is #include stdio h and #include conio h?