[单选题]

下面程序的输出结果是()。includeinclude"string.h"void main(){char a[]="Hello T

下面程序的输出结果是( )。 #include<iostream.h> #include"string.h" void main() {char a[]="Hello Test",b[]="Test"; strcpy(a,b); cout<<a<<end1; } A) B)

C.) D)

A.Hello

B.Test

C.Hello Test

D.Hello Test HelloTest

参考答案与解析:

相关试题

下面程序的输出结果是()。#include#include"string.h"v