Top

Discussion

Purpose of using fflush() function −

  • A.To flush all streams and specified streams
  • B.To flush only specified streams
  • C.To flush input-output buffer
  • D.This is invalid library function

Answer: A

This function is used to flush output stream only. It clears the output buffer and send the output to the console.

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

Post your comment