Home > Back-end >  Want to ask how do you write this
Want to ask how do you write this

Time:01-09

Write a program that requires input from the keyboard and a group of people name and phone number, respectively in two forms to a text file name. TXT and binary file name. Dat, (recommended file name provided in the form of a redirect, for example, run the command "writename. Exe & gt; Name. TXT "or" writebiname. Exe & gt; Name. Dat ")

CodePudding user response:

Can redirect the output to the binary files?
  • Related