Ask Question
18 August, 17:39

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

+2
Answers (1)
  1. 18 August, 18:05
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers