网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
An administrator received a call from a user whose PC crashed while using vi to edit a file. The user wants the edited file back. Where should the administrator look for the file()
- A、/tmp
- B、/var/preserve
- C、/var/tmp/$USER
- D、$HOME/.vi
参考答案
更多 “An administrator received a call from a user whose PC crashed while using vi to edit a file. The user wants the edited file back. Where should the administrator look for the file()A、/tmpB、/var/preserveC、/var/tmp/$USERD、$HOME/.vi” 相关考题
考题
以下结构体类型说明和变量定义中正确的是A)typedef struct{int n; char c;} REC;REC t1,t2;B)struct REC;{int n; char c;};REC t1,t2;C)typedef struct REC ;{int n=0; char c='A';} t1,t2D)struct{int n;char c;}REC;REC t1,t2;
考题
有以下程序#include stdio.htypedef struct{ int num;double s ; }REC;void fun1( REC x ){x.num=23; x.s=88.5;}main(){ REC a={16,90.0 };fun1(a);printf("%d\n",a.num);}程序运行后的输出结果是 【 1 4 】 。
考题
以下结构体类型说明和变量定义中正确的是( )。A.typedef structB.struct REC; {int n;char c;}REC; {int n;char c;}; REC t1,t2; REC t1,t2;C.typedef struct REC;D.struct {int n=0;char c='A';}t1,t2; {int n;char c;}REC; REC t1,t2;
考题
有以下程序includestdio.htypedef struct{int num;double s;}REC;void funl(REC x){x.nllm=23;x.s=88.5;}main( ){REC a={16,90.0);funl(A);prinff(“%d\n”,a.num);}程序运行后的输出结果是【 】。
考题
有以下程序 include typedef struct { int num;double s; }REC; void funl(REC *x) { x
有以下程序 include<stdio.h> typedef struct { int num;double s; }REC; void funl(REC *x) { x->num=23;x->s=88.5; } void main() { REC a={16,90.0}; fun1(A); printf("%d\n",a.num); } 程序运行后的输出结果是( )。
考题
假字在窗体(名称为Forml)的代码窗口中定义如下记录类型: Private Type animal Anima1Name As String * 20 aColor As String * 10 End Type 在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Command1_Click( ) Dim rec As animal Open"c: \vbTest.dat"For Random As#1 Len = Len(reC)rec.animalName = "Cat" rec.aColor = "White" Pat#1 , rec Close#1 End Sub 则以下叙述中正确的是A.记录类型animal不能在Form1中定义,必须在标准模块中定义B.如果文件c:\vbTest.dat不存在,则Open命令执行失败C.由于Put命令中没有指明记录号,因此每次都把记录写到文件的末尾D.语句"Put#1,rec"将animal类型的两个数据元素写到文件中
考题
在Oracle数据库中,以下哪个语句可以在SQL*Plus中执行emp_rec.sql脚本?()A、emp_rec.sqlB、@emp_rec.sqlC、GETemp_rec.sqlD、SAVEemp_rec.sql
考题
typedef struct{ int num; char *name; } vec_rec; 则在IA32机器上,sizeof(vec_rec) = ()A、4B、8C、12D、16
考题
单选题typedef struct{ int num; char *name; } vec_rec; 则在IA32机器上,sizeof(vec_rec) = ()A
4B
8C
12D
16
考题
单选题在下列表型中,()是基因工程上理想的受体菌表型。A
r+m+rec+B
r-m-rec-C
r-m-rec+D
r+m+rec-
热门标签
最新试卷