write a program to find the largest and second largest
integer from an array
Answer Posted / mahesh
use bubble sort next to this, print last n second from last..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Describe the modifier in c?
What is the scope of local variable in c?
How many levels of pointers have?
Should I learn c before c++?
Define Array of pointers.
What is difference between static and global variable in c?
What is 1d array in c?
Why do we use pointer to pointer in c?
Can you write the algorithm for Queue?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Are the variables argc and argv are local to main?
What is optimization in c?
What language is windows 1.0 written?
What is scanf () in c?