Ask Question
8 September, 09:25

We have a file that has a name in it, but the name is written one character per line. We need to write this name to the screen. What is wrong with the following code? ifstream fileIn; fileIn. open ("file. txt"); char ch; fileIn. get (ch) while (! fileIn. eof ())

+4
Answers (1)
  1. 8 September, 13:21
    0
    Answer:i think it is using alot of stuff also keyboard and document and the mouse
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “We have a file that has a name in it, but the name is written one character per line. We need to write this name to the screen. What is ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers