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 / abhradeep chatterjee
the above answer is correct.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
difference between native and cross compilers
How can a process change an environment variable in its caller?
What does dm mean sexually?
What is include directive in c?
Explain what is a const pointer?
What is difference between && and & in c?
what is ur strangth & weekness
What are the advantages of external class?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Give me the code of in-order recursive and non-recursive.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Does c have circular shift operators?
What is the significance of scope resolution operator?