What is static memory allocation?
What is static memory allocation?
Compiler allocates memory space for a declared variable. By using the address of operator,
the
reserved address is obtained and this address is assigned to a pointer variable. This way of
assigning pointer value to a pointer variable at compilation time is known as static memory
allocation.
Comments
Post a Comment