Computer Science, asked by sahotasahota481, 2 months ago

_____ function that does not return anything has return type?​

Answers

Answered by Anonymous
0

Explanation:

Void functions are created and used just like value-returning functions except they do not return a value after the function executes. In lieu of a data type, void functions use the keyword "void." A void function performs a task, and then control returns back to the caller--but, it does not return a value.

Answered by monijeena1096
0

Answer:

void function is the correct answer

Similar questions