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