A. Intrusion detection
B. Power on password
C. Drive encryption
D. BIOS password
第1题:
第2题:
exception类中有哪个函数?
A.which()
B.what()
C.when()
D.where()
第3题:
32、定义“char **s;”并为s正确赋值后,以下表达式正确的是()
A.s=”computer”;
B.* s=”computer”;
C.** s-“computer”;
D.* s=‘c’;
第4题:
第5题:
4、exception类中有哪个函数?
A.which()
B.what()
C.when()
D.where()
第6题:
【单选题】设有说明:char s1[10],*s2=s1;则以下正确的语句是 。
A.s1[]="computer"
B.s1[10]="computer"
C.s2="computer"
D.*s2="computer"