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
Explain what are its uses in c programming?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is difference between array and structure in c?
Is null always defined as 0(zero)?
How can I swap two values without using a temporary?
What are categories used for in c?
Can you please explain the scope of static variables?
What is the difference between local variable and global variable in c?
code for find determinent of amatrix
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is string function c?
What is structure data type in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
When c language was developed?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.