• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
+ 1

what is srand()?pls explain it and it's functionality.

int main () { srand(98); for (int x = 1; x <= 10; x++) { cout << 1 + (rand() % 6) << endl; } } pls also explain this program's functionality

c++srand
25th Sep 2017, 2:48 PM
Shivani Goyal
2 Answers
+ 11
https://www.sololearn.com/discuss/600360/?ref=app https://www.sololearn.com/discuss/571632/?ref=app https://www.sololearn.com/discuss/247809/?ref=app https://www.sololearn.com/discuss/600365/?ref=app https://www.sololearn.com/discuss/591472/?ref=app
25th Sep 2017, 3:32 PM
Hatsy Rei
Hatsy Rei - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Functions in python
2 Votes
Answer please
0 Votes
How to make a playground
1 Votes
For Mobile app
0 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))?
1 Votes
I need advice
0 Votes
Html 5 document question
1 Votes
I need advice
0 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
Paint costs
1 Votes