what is the real name of vold functrion
Answers
Answered by
1
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. The void function call is a stand-alone statement.
Explanation:
hope it helps you
plzz mark me as brainliest :)
Similar questions