How to return multiple values from a function?
Multiple values can be returned from a function, using the call by refrance method. in this method, we pass pointers as the argument to the funtion..