Computer Science, asked by mynameisutkarsh007, 9 months ago

How multiple values returned by a function? Illustrate with a suitable example.

Answers

Answered by brajagopaldas2020
0

Answer:

We can return more than one values from a function by using the method called “call by address”, or “call by reference”. In the invoker function, we will use two variables to store the results, and the function will take pointer type data.

Hope it helps you...

Please mark my answer as brainliest and follow brajagopaldas2020

Similar questions