Computer Science, asked by kritartha9026, 8 months ago

A function can return more than one value?

Answers

Answered by Anonymous
1

Answer:

Even though a function can return only one value but that value can be of pointer type. ... If we want the function to return multiple values of same data types, we could return the pointer to array of that data types. We can also make the function return multiple values by using the arguments of the function.

Similar questions