Ask Question
17 September, 09:58

Consider the following program segment. ifstream inFile; / /Line 1 int x, y; / /Line 2 ... / /Line3 inFile >> x >> y; / /4 Which of the following statements at Line 3 can be used to open the file progdata. dat and input data from this file into x and y at Line 4?

+4
Answers (1)
  1. 17 September, 11:22
    0
    inFile. open ("progdata. dat");
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Consider the following program segment. ifstream inFile; / /Line 1 int x, y; / /Line 2 ... / /Line3 inFile >> x >> y; / /4 Which of the ...” 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