Search Results

2
votes
2answers
56 views

Pass ‘value type’ on stack by ref - memory footprint

What happens in memory when we pass a value type - which has been stored on the stack - by reference? A temp value/pointer must be created somewhere to change the origninal value when the m …