Re: Staic array de allocation
- From: santosh <santosh.k83@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 15:40:04 +0530
somenath wrote:
Hi ALL,
I have a doubt regarding declaration of static variable.
Suppose if we declare a char array as static then when the memory
reserved for the elements of the array will be de allocated .For
example when the memory reserved for "array[10]" will be de
allocated ?
All static objects persist until program termination. However their scope
can vary from block to file to program scope.
<snip>
.
- References:
- Staic array de allocation
- From: somenath
- Staic array de allocation
- Prev by Date: Re: circular shift array
- Next by Date: Re: printf
- Previous by thread: Re: Staic array de allocation
- Next by thread: Staic array de allocation
- Index(es):