What is the advantage of using buffered I/O streams over unbuffered I/O streams?

Last Updated :
Discuss
Comments

What is the advantage of using buffered I/O streams over unbuffered I/O streams?

Buffered I/O streams provide better performance by reducing the number of read and write operations

Buffered I/O streams are slower than unbuffered I/O streams

Buffered I/O streams are used for reading binary data

Buffered I/O streams can only be used for reading files

Share your thoughts in the comments