◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Language───────────────────────────────────────────────────────── Keyword: return Syntax: return [expression]; Summary: Terminates execution of the function in which it appears and returns control (and the value of <expression> if given) to the calling function. -♦-