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
Why c language is called c?
What do you mean by dynamic memory allocation in c? What functions are used?
Write a program to reverse a string.
What is a structure member in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is the collection of communication lines and routers called?
How will you find a duplicate number in a array without negating the nos ?
Differentiate between a for loop and a while loop? What are it uses?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
what is a constant pointer in C
Explain how can I convert a number to a string?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What's the total generic pointer type?
find the sum of two matrices and WAP for it.