InterviewSolution
Saved Bookmarks
| 1. |
How many parameters are available in srand function?(a) 1(b) 2(c) 3(d) 4This question was posed to me during an interview.My doubt stems from Random Numbers topic in chapter Strings, Streams & Numerics in C++ of C++ |
|
Answer» The CORRECT answer is (a) 1 |
|