c sharp stack and heap | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов