Which of the following statements is correct regarding the binary file operation? A. You cannot save strings as a binary
Posted: Fri May 20, 2022 11:48 am
Which of the following statements is correct regarding the binary file operation? A. You cannot save strings as a binary file. They should be saved as text file (formatted file). B. You must group the data of the same data type together and then same them in the binary file. C. You cannot store data of different types in the same binary file. D. You can store data of different types in any sequence.