Which statement is wrong about Static variables?

1. They are bound to memory cells before the execution of program
2. They use to direct access the memory.
3. There is run time overhead of allocation and de-allocation of memory.
4. Storage can’t be shared among variables

Leave a Comment