|
|
|
|
|
by asveikau
4803 days ago
|
|
> Every variable is a starting memory address to the compiler. Definitely not true. More like, "it will have an address, if you take the address with the & operator". Otherwise, the compiler is quite free to store locals in registers. |
|
As stated in the post.