Which of the following type can be used for non-returnable function?
o int
Ofloat
O double
O void
Answers
Answered by
3
Void can be used as non-returnable function.
For example: void FunctionName( )
Hope it helps.....
Similar questions