• 2022-07-22
    关于数组元素默认值说法,错误的是()。
    A: char类型数组的元素默认值为'\u0000'
    B: oolean类型数组的元素默认值为true
    C: float类型数组的元素默认值为0.0f
    D: int类型数组的元素默认值为0