Page 1 of 1

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
by answerhappygod
Which Of The Following Statements Is Correct Regarding The Binary File Operation A You Cannot Save Strings As A Binary 1
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 39 times
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.