Ask Question
29 January, 00:28

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. 29 January, 03:35
    0
    inFile. open ("progdata. dat");
Know the Answer?
Not Sure About the Answer?
Get 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 & 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