What does "static" mean in this declaration?
"volatile static bool JSBmodified"
A. Only functions within this file will have access to it.
B. It will not be stored on the stack; it will be stored in the data section of the memory and will maintain its status from one call to the next.