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
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the basic structure of c?
Compare and contrast compilers from interpreters.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How are pointers declared in c?
What are local static variables? How can you use them?
which type of aspect you want from the student.
Is there anything like an ifdef for typedefs?
What is queue in c?
Is swift based on c?
What are conditional operators in C?
What are the advantages of using Unions?
Explain what is a const pointer?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are the different types of objects used in c?