Computer Science, asked by gagan1484, 3 months ago

function returns the data type of a specific value​

Answers

Answered by Anonymous
9

Answer:

A return is a value that a function returns to the calling script or function when it completes its task. A return value can be any one of the four variable types: handle, integer, object, or string.

Answered by mohammedsinan6499
0

Answer:

➡️A return is a value that a function returns to the calling script or function when it completes its task. A return value can be any one of the four variable types: handle, integer, object, or string.

Similar questions