extern and static variable storage ???
- by Riyaz
when will memory created for extern and static variable. Is it in stack or heap.
Since its life time is till the program end, it cant be in stack it must be in heap. But size of the heap will known only at the run time. So somewhat confusion here ......