What is the value that is stored in void()? Basically it is used before a function which doesnot return anything. But does simply void holds any value?
Asked
Active
Viewed 323 times
2 Answers
1
The use of void
for a return value means simply that there is nothing returned. So, there is no value, because there is just nothing at all.

David Heffernan
- 601,492
- 42
- 1,072
- 1,490