Top

Discussion

Initial seed is ________ for the function srand(unsigned int seed).

  • A.1
  • B.00
  • C.01

Answer: B

void srand(unsigned int seed);
This function returns a new sequence of pseudo-random numbers using the specified seed.Initial seed is 1.

No comment is present. Be the first to comment.
Loading…

Post your comment