+ 1
What do you mean by 'if in void or void in if'? void is a data-type and 'if' is a keyword marking a condition block. Can you be more specific, or maybe give an example of what you want to do?
19th May 2021, 2:16 PM
XXX
XXX - avatar
+ 1
void is data-type of function return, while if is logical statement.
19th May 2021, 2:48 PM
george
george - avatar