Block of memory is initialized and set at the start of program and didn't change(CONST). For example:
static const int a = 10;
If it's dependent on the environment/architecture, then are these settings safe:
It is safe to read const for all architectures