program to find a smallest number in an array
Answer Posted / kalee
// Algorithm
Add the numbers directly into a set<double> varible, while getting the values from keyboard. First element of this set will be the least integer
This is a bad answer , if memory constraint is to be taken into account
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
Do character constants represent numerical values?
What are the 5 data types?
What is pointers in c?
How many types of functions are there in c?
What are disadvantages of C language.
What is meant by gets in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Write a code on reverse string and its complexity.
Differentiate between Macro and ordinary definition.
List a few unconditional control statement in c.
Explain what is operator promotion?
How variables are declared in c?
What does 2n 4c mean?
i have a written test for microland please give me test pattern
Lists the benefits of c programming language?