+ 1
Why do I get warnings in this void pointer using function?
4 Respostas
+ 1
You declare 'a' as an integer and return it in a void function
+ 1
Jazz thanks man!! That was really helpful!
0
Verstappen
void doesn't return anything. It is called as non-return data type.