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 character set?
Explain what is the benefit of using an enum rather than a #define constant?
formula to convert 2500mmh2o into m3/hr
What is a stream in c programming?
The difference between printf and fprintf is ?
Explain the difference between strcpy() and memcpy() function?
what is reason of your company position's in india no. 1.
what are bit fields in c?
What are the different types of data structures in c?
What are global variables?
Write a program to print “hello world” without using semicolon?
What is d'n in c?
What type of function is main ()?
What does %c mean in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.