- Which Of The Following Statements Is Correct Regarding The Binary File Operation A You Cannot Save Strings As A Binary 1 (25.14 KiB) Viewed 38 times
Which of the following statements is correct regarding the binary file operation? A. You cannot save strings as a binary
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following statements is correct regarding the binary file operation? A. You cannot save strings as a binary
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.