单项选择题

假定int类型变量占用两个字节,其有定义int x [l0]={ 0,2,4 };,则数组x在内存中所占字节数是( )。

A.fin.fail( );
B.fin.bad( );
C.fin.good( );
D.fin.eof( );
<上一题 目录 下一题>
热门 试题

单项选择题
以下叙述中正确的是( )。
A.Private Sub Form_Mouse Down(Button As Integer,Shift As Integer,-     X As Single,Y As Single)  If Button=2 Then PopupMenu Bs,2  End Sub
B.Private Sub Form_MouseDown(Button As Integer,Shift As Integer,-        X As Single,Y As Single)    PopupMenu Bs  End Sub
C.Private Sub FOrm_MouseDown(Button As Integer,Shift As Integer,-       X As Single,Y As Single)    PopupMenu Bs,0  End Sub
D.Private Sub Form_MouseDown(Button As Integer,Shin As Integer,-       X As Single,Y As Single)    If(Button=vbLeftButton)Or(Button=vbRightButton)Then PopupMenu Bs  End Sub
单项选择题
数据库系统的核心是______。
A.数据模型
B.数据库管理系统
C.数据库
D.数据库管理员
相关试题
  • 有以下程序:float f1(float n) { ...
  • 有如下程序#includeusing namespace std...
  • 有以下程序#include<iostream>using na...
  • 下面程序的结果为( )。#include iostr...
  • 下列程序的运行结果是( )。# include...