6. 

What is the purpose of fflush() function.

A. flushes all streams and specified streams.
B. flushes only specified stream.
C. flushes input/output buffer.
D. flushes file buffer.

7. 

Can you use the fprintf() to display the output on the screen?

A. Yes
B. No
C. flushes input/output buffer.
D. flushes file buffer.

8. 

What will the function randomize() do in Turbo C under DOS?

A. returns a random number.
B. returns a random number generator in the specified range.
C. returns a random number generator with a random value based on time.
D. return a random number with a given seed value.