填空题

表达式"12345"<>"12345" & "ABC"的值是______。

【参考答案】

True
<上一题 目录 下一题>
热门 试题

填空题
假设用一个长度为50的数组(数组元素的下标为0~49)作为栈的存储空间,栈底指针bottom指向栈底元素,栈顶指针top指向栈顶元素,如果bottom=49,top=30(数组下标),则栈中具有______个元素。
填空题
假定在工程文件中有一个标准模块,其中定义了如下记录类型:Type Books Name As String*10 TelNuin As String*20 End Type 要求在执行事件过程Command1_Click时,在顺序文件Person.txt中写入一条记录。将以下程序补充完整。 Private Sub Command1_Clickk() DimB As Books open c: person.txt For output As #1 B.Name=InputBox( 请输入姓名 ) B.TelNum=InputBox( 请输入电话号码 ) write #1,______ close #1 End Sub
相关试题
  • List1.ListCount
  • L1
  • 建立打开文件、保存文件、颜色、字体、打印...
  • List1.ListIndex