Computer Science, asked by diya0650, 19 days ago

The function which has a return value and it is not a void type is called​

Answers

Answered by yos192010
0

Answer:

Void functions, also called nonvalue-returning functions, are used just like value-returning functions except void return types do not return a value when the function is executed. The void function accomplishes its task and then returns control to the caller.

Similar questions