c sharp stack and heap | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

10th Nov 2017, 6:30 PM
muhamad hardaniyan
muhamad hardaniyan - avatar
0 Answers