0
c sharp stack and heap
hello suppose in c# class we have pointers int a=20; int* b=&a; and with this expression, we get the memory address of a memory address of a is (int)b how we show containers of this memory address i want and how to know an object is in stack or heap
1 Resposta