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
What is variable initialization and why is it important?
Does free set pointer to null?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
how to make a scientific calculater ?
Can you write the function prototype, definition and mention the other requirements.
What are conditional operators in C?
List the difference between a "copy constructor" and a "assignment operator"?
When should a far pointer be used?
What does void main return?
How are 16- and 32-bit numbers stored?
Write a Program to accept different goods with the number, price and date of purchase and display them
Explain what’s a signal? Explain what do I use signals for?
What is pointer in c?
Tell us two differences between new () and malloc ()?
What is the g value paradox?