单项选择题若要用函数fopen打开一个新的二进制文件,该文件要既能读也能写,则应以哪种方式打开文件( )。
单项选择题以下程序运行后的输出结果是 #include<stdio.h> main() int a=5, b=1, t; t=(a<<2)|b); printf( %d n , t);