0
What is the actual work performed by return 0 or return x (x is a variable)??
2 Answers
+ 5
By writing return statement
It terminate function.
It return particular value.
Control is passed to statement from where function was called.
Hope this helpsâșïžâșïž.
+ 1
thanksđđMEET MEHTA