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 / umesh koodali
So anybody know the right answer?
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Where static variables are stored in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is variable and explain rules to declare variable in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the translation phases used in c language?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Explain how do you print only part of a string?
What is spark map function?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How to set file pointer to beginning c?
to find the closest pair
Are the variables argc and argv are local to main?
What is sizeof int in c?
What does sizeof function do?
Write a program to check armstrong number in c?