单项选择题

下列选项中,不能用作标识符的是( )。

A._1234_
B._1_2
C.int_2_
D.2_int_
<上一题 目录 下一题>
热门 试题

单项选择题
有以下程序#include<stdio.h>void WriteStr(char*fn,char*str){FILE*fp;fp=fopen(fn w );fputs(str,fp);fclose(fp);}main(){WriteStr( t1.dat start );WriteStr( t1,dat , end );}程序运行后,文件t1.dat中的内容是【 】。
A.start
B.end
C.startend
D.endrt
单项选择题
以下选项中,值为1的表达式是【 】。
A.1-'0'
B.1-'\0'
C.'1'-0
D.'\0'-'0'
相关试题
  • 有以下程序:main( )int f1 (int x...
  • 以下程序中函数reverse( )的功能是将a所...
  • 以下程序中函数scmp的功能是返回形参指针s...
  • 有以下程序int f1 (int x,inty){re...
  • 有以下程序:struct STU{char name[1...