Which statement is wrong about Static variables-06462
Which statement is wrong about Static variables?
This multiple choice question (MCQ) is related to the book/course vu cs508 Modern Programming Languages. It can also be found in vu cs508 Final Term - Quiz No.1.
Which statement is wrong about Static variables?
They are bound to memory cells before the execution of program
They use to direct access the memory.
There is run time overhead of allocation and de-allocation of memory.
Storage can?t be shared among variables