Câu hỏi 443277 - 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 ghi nội dung vào file nhị phân"? Chọn đáp án: f.open("file.dat", ios::in); f.open("file.dat", ios::out); f.open("file.dat", ios::in|ios::binary ); f.open("file.dat", ios::out|ios::binary ); Xem đáp án