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
How do you list files in a directory?
Why c language?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Write a progarm to find the length of string using switch case?
Why are all header files not declared in every c program?
What are the types of type qualifiers in c?
When we use void main and int main?
Do you know the difference between exit() and _exit() function in c?
write a program to print largest number of each row of a 2D array
what is different between auto and local static? why should we use local static?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Explain what is the best way to comment out a section of code that contains comments?
Tell me what is the purpose of 'register' keyword in c language?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is #include cctype?