Question: using C++ This program will read an array of records of address information from a keyboard and store it in a binary file. The binary
using C++
This program will read an array of records of address information from a keyboard and store it in a binary file. The binary file is then closed and reopened as an input file to have the information stored back in the array of records and then printed to an output file (with headings).
Use struct to create the record for the following:
first name last nam address city state zip code

The output file contains the following:
First Name Last Name Street City State Zip Code John Doe 123 Main St San Jose CA 95122 Henry Smith 456 Bond Dr Sunnyvale CA 95108 Jack Burger 654 Wall St Cupertino CA 95014
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
