Function Function is composed of name, parameter (operand, type of operand), return value, body with another adornment like: inline, virtual, static, const, throw(). 我们必须在调用函数之前,就声明该函数否则会引起编译错误. 函数声明由函数返回类型,函数名和参数表构成. 这三个元素被称为函数声明function declaration…