Computer Science, asked by akshiburman03, 11 hours ago

Write a program to write records of n number of students in a binary file​

Answers

Answered by itzbhavesh282
2

Answer:

To read binary data files, define the variables, open the file for reading, and read the bytes into those variables. Each variable reads as many bytes out of the file as required by the specified data type and organizational structure.

Similar questions