Home Segments Index Top Previous Next

136: Sidetrip

Static global variables are variables whose scope includes one file of a multiple-file program. Hence, a static global variable can be evaluated and assigned at any point in one file, after it is defined, but that same static global variable cannot be evaluated or assigned at any point in any other file. Static global variables are discussed in the hardcopy version of this book.