Return Statement: last part in any C program is the return statement. The return statement refers to the returning of the values from a function. This return statement and return value depend upon the return-type of the function. For example, if the return type is void, then there will be no return statement. In any other case, there will be a return statement and the return value will be of the type of the specified return-type. - Study24x7
Social learning Network
18 Mar 2019 10:41 AM study24x7 study24x7

Return Statement: last part in any C program is the return statement. The return statement refers to the returning of the values from a function. This return statement and return value depend upon the return-type of the function. For example, if the return type is void, then...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles