+ 1
Para qué sirve el return en c++?
2 odpowiedzi
+ 4
Terminates the current function and returns the specified value (if any) to its caller.
http://en.cppreference.com/w/cpp/language/return
+ 4
Termina la función actual y retorna el valor especificado (si hay) al que la llamó