單項(xiàng)選擇題以下函數(shù)test返回值類型為()。float test(int x){return x+1;}

A.int
B.float
C.void
D.不確定或錯(cuò)誤


你可能感興趣的試題

1.單項(xiàng)選擇題下列各語句定義了數(shù)組,其中正確的是()。

A.int b[2,3];
B.char b(2);
C.int b[];
D.int b[2];