C
Programming and Technical
Programming
Definition
Q. What is static memory allocation?
A. 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.
Read Solution (Total 0)
C Other Question