Ask Question         Q & A         Articles        
Skip Navigation LinksHome > Discussion Topics > Discussions
Discuss this Question
0
All static variables are constant by default.
  • True
  • False
Answer : False
Previous Comments
0
static variable is onetime memory allocation.
the scope  of the static variable is local to the block.
the life of the static variable is persist in b\w function calls.
On : 12-Aug-2011
0
a static variable is a variable that has been allocated statically — whose lifetime extends across the entire run of the program
On : 20-Apr-2011
By : suyash
uses of static variable --it maintains the value of the variable
By : jebapoomani   On : 11-Jun-2011
0
can any one tell me what are static variables and what are their use
On : 18-Apr-2011
By : misha
static variable maintains the stability of the variable throughout the life time of the variable.
By : jebapoomani   On : 11-Jun-2011
Your Comments
Ask a Question