It means "no value". You use void to indicate that a function doesn't return a value or that it has no parameters or both.It's much consistent with typical uses of word void in English.
Void should not be confused with null. Null means for the variable whose address is on stack, the value on the heap for that address is empty.