Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

return use in c++

Terminates the execution of a function and returns control to the calling function (or to the operating system if you transfer control from the main function). Execution resumes in the calling function at the point immediately following the call
 
PREVIOUS NEXT
Tagged: #return
ADD COMMENT
Topic
Name
6+8 =