In binary file operations, to write data of various data types, you use the _______ function. 

  • write 
  • fwrite 
  • push 
  • output
The write function is used in C++ for binary file operations. It allows the user to write data of various data types to a file. Unlike formatted output, write writes raw data bytes to the file.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *