If dataFile is an ofstream object associated with a disk file named payRates.dat, which of the following statements would write the value of the hourlyPay variable to the file?
A) ifStream << hourlyPay;
B) ifStream >> hourlyPay;
C) dataFile << hourlyPay;
D) dataFile >> hourlyPay;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.