Câu hỏi 677466 - Kỹ thuật lập trình cơ sở - IT01 Đâu là cú pháp câu lệnh thực hiện mở file ở chế độ “chỉ cho phép đọc nội dung vào file nhị phân"? Chọn đáp án: f.open("file.dat", ios::out); f.open("file.dat", ios::in|ios::binary ); f.open("file.dat", ios::out|ios::binary ); f.open("file.dat", ios::in); Xem đáp án