单项选择题

There are two character strings:s and t.s="My favor is computer",t=substr(s,9,5).Then the result after operation is( )。

A.S="My favor is computer";  t="compu";
B.S="My favor is computer";  t="is co";
C.S="My favor";         t="is co";
D. S="My favor";         t="is computer";
<上一题 目录 下一题>
热门 试题

单项选择题
Which of the following statements about testing software with data is (are) trueⅠ. The primary purpose of such testing is to find errors.Ⅱ. Such testing can demonstrate the existence of errors but cannot demonstrate the absence of errors.
A. Neither
B. I only
C.Ⅱonly
D.Ⅰand Ⅱ
单项选择题
下列因素中与数据库系统的运行效率有关的是( )。Ⅰ.功能是否齐全Ⅱ.容错纠错能力Ⅲ.数据库设计是否合理Ⅳ.程序可读性Ⅴ.算法Ⅵ.编程技巧
A. Ⅰ、Ⅱ、Ⅲ和Ⅴ
B. Ⅰ、Ⅳ、Ⅴ和Ⅵ
C. Ⅱ、Ⅲ、Ⅴ和Ⅵ
D. 都是
相关试题
  • 陈述软件测试过程的基本组成,并介绍各种测...
  • 有的用户认为:网络用户使用方法中规定”必...
  • 简述黑箱测试和白箱测试的内容和方法。
  • 有的用户认为:网络用户使用方法中规定”不...
  • 通常情况下你认为哪种方案更“好”一些请说...