Saturday, 6 February 2016

When do you not have to use the keyword return when you define a function?

Leave a Comment
Yo u  d o n ’ t  h a v e  t o  u s e  return in a function when the function has the return type
void. However, you can use it if you don’t give a return value:
return;
If You Enjoyed This, Take 5 Seconds To Share It

0 Questions: