+ 1
Void is a datatype???
like int like float like char.. like double they all are data type.. but why only void has no size
2 odpowiedzi
+ 11
No, void is the absence of a datatype.
0
Because you cannot instantiate an object of type void.
like int like float like char.. like double they all are data type.. but why only void has no size