+ 1
What is the size of void() function
size of operations
4 Antworten
+ 5
its size "null"
it does not return. !!
+ 3
functions don't have explict sizes. The void keyword is called a return type and when specifying void it means it doesn't return anything.
0
return type of void is null.. That is it has value zero internally