首页学历类考试大学计算机科学
(单选题)

执行x$=String(6,"124abc")后,x的值是()。

A124abc

B111111

C124

Dabc

正确答案

来源:www.examk.com

答案解析

相似试题

  • (单选题)

    执行语句“stringstr("abc");”时,系统会自动调用string类的构造函数()。

    答案解析

  • (单选题)

    当执行下面的程序时,如果输入ABC,则输出结果是()。 #include "stdio.h" #include "string.h" main() { char ss[10]="12345"; gets(ss); strcat(ss,"6789"); printf("%s/n",ss); }

    答案解析

  • (单选题)

    已知.X=ABC,ABC=56。命令?&X+2的执行结果是()。

    答案解析

  • (判断题)

    定义变量的语句Dim abc As String*3是正确的。

    答案解析

  • (单选题)

    给定如下所示的JAVA代码,则运行时,会产生()类型的异常。 String s=null; s.concat("abc");

    答案解析

  • (单选题)

    程序: class TestApp{ public static void main (String[] args){ int x=6; if (x>l) System. out. println("x>l"); else if (x>5) System. out .println("x>5"); else if (x

    答案解析

  • (单选题)

    假定表文件ABC.DBF前6条记录均为男生记录,执行以下命令后,记录指针定位在()

    答案解析

  • (单选题)

    现有: 1.class Passer f 2.static final int X=5; 3.public static void main (String [] args) { 4.new Passer( ).go (x); 5.System. out .print (x); 6. ) 7.void go (int x) { 8.System. out .print(x++); 9.} 10.}结果是什么?()

    答案解析

  • (单选题)

    下列代码的输出是()。 public class test{public static void main(String args[]) {System.out.print("IBM/n012/63ABC//".length( ));}}

    答案解析

快考试在线搜题