0 votes
in C Plus Plus by
What is static memory allocation in C Language?

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Jan 6 in C Plus Plus by GeorgeBell
+1 vote
asked Feb 14, 2020 in JAVA by rahuljain1
...