I mean if they are truly global, then they are the same variable thru the program.
If they aren't, then the variable most likely has two different meanings in different, distinct functions/modules/subroutines.
In PBP, all variables are global, meaning that if temp holds a value here, it holds that same value over there, and over there, and over here.





Bookmarks