0
Plzz tell me
what does "void" mean
4 Respostas
+ 1
ok
+ 4
a function that returns nothing
+ 2
it means that the function or method does not return a value
"C++, fuctions, fuction parameters"
+ 2
void simply means 'nothing' or more technically if a function doesn't return anything than its return type will be void