( 7 ) ? AT ( ” EN ” , RIGHT(" STUDENT " , 4) ) 的执行结果是 【 7 】 。
( 7 ) ? AT ( ” EN ” , RIGHT(" STUDENT " , 4) ) 的执行结果是 【 7 】 。
相关考题:
计算结果不是字符串“Student”的语句是( )。A.left(”Student”,7)B.substr(”MyStudent”,3,7)C.right(”MyStudent”,7)D.at(”MyStudent”,3,7)
计算结果不是字符串”Student”的语句是( )。A. left(”Student”,7)B. substr(“MyStudent”,3,7)C. right(”MyStudent”,7)D. at(”MyStudent”,3,7)
下面程序的输出结果是( )。 main() {struct m1{int a;int b;}en[2]={1,3,2,7); printf("%d\n",en[0].b/en[0].a*en[1].a);A.6B.0C.1D.3
函数Right(”计算机等级考试”,4)的执行结果是__________ 。