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 / rama krishna
Execute and verify it once
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it valid to address one element beyond the end of an array?
What is a pointer in c?
What are pointers really good for, anyway?
How can I list all of the predefined identifiers?
What is use of integral promotions in c?
What is a pragma?
Describe explain how arrays can be passed to a user defined function
What is exit() function?
write a program to copy the string using switch case?
what is the different bitween abap and abap-hr?
What is volatile variable how do you declare it?
How can I manipulate individual bits?
Compare and contrast compilers from interpreters.
What are the uses of null pointers?
What is quick sort in c?