Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'function' : void function returning a value
A function declared with return type void has a return
statement that returns a value. The compiler assumes the function returns a value of type int
.