函数声明、定义、调用与返回值 | C++

本章覆盖:function declaration;function definition;parameter;argument;return type;function prototype;call expression;stack frame 高层认知;return by value;`void`;声明与定义分离。

本章知识点

  • function declaration
  • function definition
  • parameter
  • argument
  • return type
  • function prototype
  • call expression
  • stack frame 高层认知
  • return by value
  • void
  • 声明与定义分离