Q: Programming related what is the difference between Stack and Heap
Anonymous
There are two types of memory, stack and heap. Program data are kept at stack memory and global data, dynamic memory are kept in heap memory.
Check out your Company Bowl for anonymous work chats.