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
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Are the variables argc and argv are local to main?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How do you print only part of a string?
can anyone suggest some site name..where i can get some good data structure puzzles???
Why main is not a keyword in c?
Explain what is the difference between null and nul?
What is a structure member in c?
How can I write functions that take a variable number of arguments?
What was noalias and what ever happened to it?
Dont ansi function prototypes render lint obsolete?
How can a string be converted to a number?
What is the difference between printf and scanf in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are variables and it what way is it different from constants?