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
Write a program to print factorial of given number using recursion?
What does sizeof function do?
Do character constants represent numerical values?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the difference between memcpy and memmove?
What are the loops in c?
What is the use of volatile?
What is a c token and types of c tokens?
What are the different file extensions involved when programming in C?
What is struct node in c?
What are the keywords in c?
i have a written test for microland please give me test pattern
What is the purpose of sprintf() function?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is the difference between if else and switchstatement