Synechron Interview Question

Can a function return multiple values? If yes, then in which case?

Interview Answers

Anonymous

Jun 26, 2016

Yes You can return multiple values in function by putting them into array,list or object .

1

Anonymous

Jun 18, 2013

yes function can return multiple value in term of array.