
11-12-2013, 03:56 PM
|
عضو مجتهد
|
|
تاريخ التسجيل: Jul 2012
المشاركات: 144
معدل تقييم المستوى: 14
|
|
اقتباس:
المشاركة الأصلية كتبت بواسطة samaty
اجابة الوزارة خطأ
|
Differences between Stack and Heap
Stack and a Heap ?
Stack is used for static memory allocation and Heap for dynamic memory allocation, both stored in the
computer's RAM .
http://www.thanwya.com/vb/attachment...1&d=1386770063
اجابة الوزارة صحيحة
static ساكن مخزن يحجز مكان طول فترة تنفيذ البرنامج
http://net-informations.com/faq/net/stack-heap.htm
|