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
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Is c easy to learn?
What is the stack in c?
Is a pointer a kind of array?
Explain heap and queue.
What is pointer to pointer in c?
Explain can static variables be declared in a header file?
What are all different types of pointers in c?
How can I remove the leading spaces from a string?
How can I generate floating-point random numbers?
What are the application of c?
What is a example of a variable?
What are c header files?
When should a type cast not be used?
What is the difference between Printf(..) and sprint(...) ?