• 2022-07-24
    The following is the correct definition of the two-dimensional array a以下对二维数组a说明正确的是
    A: int a[3][ ];‍
    B: float a(3,4);
    C: double a[1][4];
    D: float a(3)(4);