Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким чином можна відкрити файл через fstream для одночасного читання та запису?
fstream file("a.txt")
fstream file("a.txt", ios::rw)
fstream file("a.txt", ios::read | ios::write)
fstream file("a.txt", ios::in | ios::out)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!