Functions cannot return more than one value at a time
Answer: A
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.