问题 填空题

若要打开二进制文件binfile写方式,输出到文件尾则应为: ofstream bfile("binfile",______);

答案

参考答案:ios::out|ios;;ate

问答题
多项选择题