Solved

Assuming OutFile Is a File Stream Object and Number Is

Question 30

Multiple Choice

Assuming outFile is a file stream object and number is a variable, which statement writes the contents of number to the file associated with outFile?


A) write(outFile, number) ;
B) outFile >> number;
C) outFile << number;
D) number >> outFile;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions