Pregunta de entrevista de Synechron

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

Respuestas de entrevistas

Anónimo

26 de jun de 2016

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

1

Anónimo

18 de jun de 2013

yes function can return multiple value in term of array.