以下数组定义中,合法的是( ).A.int float[] B.int 3abc[] C.int apple[] D.float *abc[5]

来源:学生作业帮助网 编辑:六六作业网 时间:2024/07/08 15:51:23
以下数组定义中,合法的是().A.intfloat[]B.int3abc[]C.intapple[]D.float*abc[5]以下数组定义中,合法的是().A.intfloat[]B.int3abc

以下数组定义中,合法的是( ).A.int float[] B.int 3abc[] C.int apple[] D.float *abc[5]
以下数组定义中,合法的是( ).A.int float[] B.int 3abc[] C.int apple[] D.float *abc[5]

以下数组定义中,合法的是( ).A.int float[] B.int 3abc[] C.int apple[] D.float *abc[5]
根据分析可知,我选择C.如果你想验证你的答案,你在机器上把这个定义写上去看看那个能编译通过,不就知道了吗?