+ 4
Is this correct?
void is a function does not return a value
4 Answers
+ 11
+ 8
ok
+ 7
void is not a function but a data type. When you specify the return type of a function as void, then the function returns no value.
0
void is a datatype used by the programmer to get no output from the function he wrote..