Functions - Programming

Q1:

Functions cannot return more than one value at a time

A True

B False

ANS:A - True

True, A function cannot return more than one value at a time. because after returning a value the control is given back to calling function.