单项选择题

以下各选项中能正确声明一个表示50个值为null的字符串数组的是()。

A.string[]a;
B.stringa[];
C.chara[50][];
D.stringa[]=newString[50]
点击查看答案

你可能感兴趣的试题


单项选择题

6.19世纪70年代到90年代清朝的“四大水师”中,实力最强的是( )。

A.南洋水师
B.北洋水师
C.福建水师
D.广东水师

单项选择题

A splay tree degenerates into a list. What's its height after accessing the lowest node?
在一棵退化成单链的伸展树中访问其最深的节点,经过伸展后树高大约为原先的:

A.one third of the original height 三分之一
B.half of the original height 一半
C.the original height 不变
D.twice the original height 两倍