Void!
At times we will not know how to respond or what to assume or what exactly to do. At such time we express with the expression of ‘Nothing’.
When it comes to programming language (here C), we have void. Void can be related to “Nothing” expression of ours.
When we don’t have a return type, when we don’t know the data type yet etc we go for void in programming.