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 does #pragma once mean?
Where define directive used?
What is meant by gets in c?
What is meant by realloc()?
What are volatile variables in c?
Explain how do you determine a file’s attributes?
How is a macro different from a function?
What is sizeof array?
What are the types of assignment statements?
What are preprocessor directives in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is 1d array in c?
What is a char c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is sizeof c?