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
Write a program to print fibonacci series using recursion?
Is main an identifier in c?
Which type of language is c?
What are lookup tables in c?
What are the rules for identifiers in c?
Why should I use standard library functions instead of writing my own?
Write a program to check prime number in c programming?
What are the 4 types of functions?
Is c object oriented?
What is clrscr ()?
write a programming in c to find the sum of all elements in an array through function.
What are the advantages and disadvantages of c language?
please give me some tips for the placement in the TCS.
How do you write a program which produces its own source code as output?
The difference between printf and fprintf is ?