Computer Science, asked by gulabsa9877, 1 month ago

Which of the following function do you use to read data from binary file?

Answers

Answered by Simi011
0

Answer:

If you prefer not to use an interactive Binary Template dialog (described below) to define the structure of the data in the binary file, you can use the READU procedure. To read binary data files, define the variables, open the file for reading, and read the bytes into those variables

Explanation:

Similar questions