单项选择题

在64为计算机中,一个字长所占字节数为( )。

A.64
B.8
C.4
D.1
<上一题 目录 下一题>
热门 试题

单项选择题
有三个关系R、S和T如下:由关系R和S通过运算得到关系T,则所使用的运算为
A.并
B.自然连接
C.笛卡尔积
D.交
单项选择题
以下选项中不能正确把c1定义成结构体变量的是( )。
A.typedef struct   { int red;    int green;    int blue;   } COLOR;      COLOR cl;
B.struct color cl   { int red;   int green;    int blue;   }
C.struct color   { int red;   int green;   int blue;   } cl;
D.struct   { int red;    int green;    int blue;   } cl;
相关试题
  • 有以下程序:void swap1(int c[ ])...
  • 有以下程序#include main(){struct S...
  • 执行以下程序后,test.txt文件的内容是【...
  • 有以下程序(提示:程序中fseek(fp,-2L...
  • 有以下程序#includemain(){FILE * f...