Vidyalelo
C Programming · Q133

File Input Output

Programming · C Programming · question 133

Q133

In the below C program, every time program is run different numbers are generated. #include #include int main() printf("%d ", rand()); return 0;

A.
True
B.
False
Answer
C.
Depends on the platform
D.
Depends on the compiler

Answer: Option B

Solution

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