Write a statement that reads a record from the file oldmast.dat. The record consists of integer accountNumber, string name (containing spaces) and floating-point currentBalance. Use ifstream object inOldMaster.
What will be an ideal response?
```
inOldMaster >> accountNumber >> quoted(name) >> currentBalance;
```
Computer Science & Information Technology
You might also like to view...
Using the ring topology between building floors follows the EIA/TIA 568-B and EIA/TIA-568-C specifications.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Give several reasons why simple password protection is the most common authentication scheme in use today.
What will be an ideal response?
Computer Science & Information Technology