A. proved
B. attached
C. applied
D. asked
第1题:
下列选项中正确的语句组是( )。
A.char s[8]; s={"Beijing"};
B.char *s; s={"Beijing"};
C.char s[8]; s="Beijing";
D.char *s; s="Beijing";
第2题:
下列选项中正确的语句是( )。
A.chars [8];s={"Beijing"};
B.char*s:s={Bei jing");
C.chars [8]: s="Bei jing"};
D.char*s:s="Bei jing";
第3题:
You define the following regular expression of currency values:regex tx = new regex("^-?\d+(\.\d{2})?$")You are required to write code that will be used to find whether a string in the variable named Bill matches the regular expression or not. You are also required to use this code as the expression in a conditional statement and need to know which code segment to use.What should you do?()
A.The tx.Matches(Bill)
B.The tx.Equals(Bill)
C.The tx.Match(Bill)
D.The tx.IsMatch(Bill)
第4题:
下列选项中正确的语句组是
A.char s[8];s={"Beijing"};
B.char*s;s={"Beijing"};
C.char s[8];s="Beijing";
D.char*s;s="Beijing";
第5题:
下列选项中正确的语句是
A.char s[8]; s={"Beijing"};
B.char*s; s ={"Beijing"};
C.char s[8]; s="Beijing";
D.char *s; s ="Beijing";
第6题:
● 域名“ftp.beijing.gov.cn”中计算机名是()()A.ftp.beijing.gov.cn B. ftp.beijing.govC. ftp.beijing D. ftp