單項選擇題動態(tài)分配包含20個元素的int型數(shù)組,下列語句中正確的是()。

A.int p =new int[20];
B.int *p =new int[20];
C.int *p =new [20];
D.int *p =new int(20);


您可能感興趣的試卷