Computer Science, asked by ashmidev007, 1 month ago

A void function also returns a _____________ value to its caller​

Answers

Answered by sambabhargavi05
1

Answer:

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 vjignesh3110
1

Ans:- A void function also returns a NULL VALUE to it's caller

Similar questions