0
Did function take any space in the memory?
Asking in the reference of void functions
1 Resposta
0
Ofc they are it dosent matter if has a return value or not your whole code get compiled in bytetext and are saved on the memory.
Thats the reason why you need a garbage collection or why Buffer Overflows can be done.
Hope that help you
Happy coding 😉✌️