A.实数型 B.实数指针型 C.函数指针型 D.数组型
A.表达式 B.标识符 C.语句 D.函数
A.const int M1=10 B.const int M2=20 C.const int M3 10 D.const char mark=’3’
A.free(p) B.delete(p) C.free(*p) D.free(&p)
A.fgetc() B.fputc() C.fclose() D.fopen()