📜  导致函数以 C++ 代码示例结束的语句

📅  最后修改于: 2022-03-11 14:44:54.734000             🧑  作者: Mango

代码示例1
Return statement. The return statement stops execution and returns to the calling function. When a return statement is executed, the function is terminated immediately at that point, regardless of whether it's in the middle of a loop, etc.