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
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are types of functions?
Why is this loop always executing once?
Do variables need to be initialized?
How can I change their mode to binary?
What is chain pointer in c?
What is scanf_s in c?
How many main () function we can have in a project?
Why do we use return in c?
Tell us something about keyword 'auto'.
Why is python slower than c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
int far *near * p; means
I heard that you have to include stdio.h before calling printf. Why?