Vidyalelo
C Programming · Q107

File Input Output

Programming · C Programming · question 107

Q107

Which among the following is correct function call for rand() and random()?

A.
rand() and random();
Answer
B.
rand() and random(1);
C.
rand(1) and random(1);
D.
rand(1) and random();

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board