C# programs allocate variables from two pools of memory called the stack and the heap. Memory for value types (such as int and double) comes from the stack.
確定! 回上一頁