Question:What is static memory allocation? 

Answer 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. 

+ Report
Total Preview: 1099
What is static memory allocation?
Copyright © 2024. Powered by Intellect Software Ltd