First page Back Continue Last page Graphics
Static Duration
No Linkage
Generated by the static keyword.
Provides for the variable to exist outside of the block where it is defined.
Initializations are done only once (when the program starts)
Practice: static.cpp (also shows more on input problem)
Perfect example of differences in compilers again. 2.96 doesn't work! 3.1 works!