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
What does c in a circle mean?
Explain what is the advantage of a random access file?
What are directives in c?
Difference between malloc() and calloc() function?
What is I ++ in c programming?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What does typedef struct mean?
Differentiate between a for loop and a while loop? What are it uses?
What is a #include preprocessor?
Explain the meaning of keyword 'extern' in a function declaration.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How do I use strcmp?
What do you mean by a local block?