static variable
Static variables are stored in a known format in a known location. They can also be used to preserve local data between the calls to a subprogram.

Static variables are stored in a known format in a known location. They can also be used to preserve local data between the calls to a subprogram.