Ask Question
3 June, 12:36

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 ())

+3
Answers (1)
  1. 3 June, 13:00
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers