How to write a code for random pick from 1-1000 numbers?
The output should contain the 10 numbers from the range
1-1000 which should pick randomly, ie ,for each time we run
the code we should get different outputs.
Answer Posted / kap
it is not the correct answer because the range they asked 0-
1000 so need to to %1000. :-)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is fflush() function?
How can I list all of the predefined identifiers?
how to make a scientific calculater ?
What is the use of linkage in c language?
What are variables c?
Explain what are binary trees?
Explain what is the most efficient way to store flag values?
What is const keyword in c?
What is graph in c?
what is the diffrenet bettwen HTTP and internet protocol
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain built-in function?
How are Structure passing and returning implemented by the complier?
Write the control statements in C language
What are local static variables?