单选题下列语句中,正确的是(  )。A char*myString=“Hello-World!”;B char myString=“Hello-World!”;C char myString[11]=“Hello-World!”;D char myString[12]=“Hello-World!”;

题目
单选题
下列语句中,正确的是(  )。
A

char*myString=“Hello-World!”;

B

char myString=“Hello-World!”;

C

char myString[11]=“Hello-World!”;

D

char myString[12]=“Hello-World!”;


相似考题