Initial seed is ________ for the function srand(unsigned int seed).
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.