second highest number in a given set of numbers
Answer Posted / suriya
put all nos. in an array and sort it using selection sort in
ascending order the last no. will be the second highest no.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is #line in c?
When can a far pointer be used?
What does 4d mean in c?
Is c pass by value or reference?
Here is a neat trick for checking whether two strings are equal
What is c definition?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
what is the difference between 123 and 0123 in c?
Differentiate between the = symbol and == symbol?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is malloc calloc and realloc in c?
how can use subset in c program and give more example
What is the size of empty structure in c?
What is the difference between abs() and fabs() functions?
Why main function is special give two reasons?