Computer Science, asked by krishnagoldpalace, 5 months ago

Why variables are not called as storage location in python?

Answers

Answered by itzdreamer44
3

It is called heap because it is a pile of memory space available to programmers to allocated and de-allocate. The variables are needed outside of method or function calls or are shared within multiple functions globally are stored in Heap memory. # is allocated on heap

It is called heap because it is a pile of memory space available to programmers to allocated and de-allocate. The variables are needed outside of method or function calls or are shared within multiple functions globally are stored in Heap memory. # is allocated on heap

Similar questions