单项选择题

以下不合法的用户标识符是( )。

A.j2_KEY
B.Double
C.4d
D._8
<上一题 目录 下一题>
热门 试题

单项选择题
数据库系统的核心是( )。
A.数据模型
B.数据库管理系统
C.数据库
D.数据库管理员
单项选择题
以下数组定义中错误的是( )。
A.int x[][3]=0;
B.int x[2] [3]=1,2,3,4,5,6;
C.int x[][3]=1,2,3,4,5,6;
D.int x[2][3]=1,2,3,4,5,6;
相关试题
  • 有以下程序: #include <stdio.h> m...
  • 执行以下程序后,test.txt文件的内容是(...
  • 有以下程序: #include <stdio.h> i...
  • 有以下程序:#include <stdio.h>fun(...
  • 有以下程序:#inelude <stdio.h>main...