How does a program/application know that the data in a memory address is of a certain data type.
For instance, suppose there is int a;
and suppose variable a
is stored in address 0x100
. Where is the the information stored that says it is of type int
?