[Solved] how return keyword work in main function or any user defined function? [closed]
The return keyword is an important part of any function, whether it is a main function or a user-defined function. It is used to return a value from a function to the calling program. The return keyword is used to indicate the end of a function and to return a value to the calling program. … Read more