• 2022-07-01
    若主调函数类型为double,被调函数定义中没有进行函数类型说明,而return语句中的表达式类型为float型,则被调函数返回值的类型是()。
    A: int
    B: float
    C: double
    D: 由系统当时的情况而定