Answer Posted / swetcha
A static can only be accessed from the function in which it
was declared, like a local variable. The static variable is
not destroyed on exit from the function, instead its value
is preserved, and becomes available again when the function
is next called. Static variables are declared as local
variables, but the declaration is preceeded by the word
static.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is class module in vb6? what it's use? with example..
how to add Servlet-api.jar file into eclipse 3.3.2 ?
how to data grid use in data bind?
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
How to create a new dataset only duplicate observations in proc sort procedure?
what is the basic and unique feature of dotnet
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
define profiler???
when will triggars the at new event in abap and web dybn pro?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
what is dot net framework
What is web.configuration? how is it work? & wht is use this?
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
What is Negative testing?