Step 1: Calculate the total number of memory locations.
The memory range is
\[
0000_{\text{H}} \text{ to } 1FFF_{\text{H}}.
\]
Hence,
\[
\text{Number of locations}
=
(1FFF_{\text{H}}-0000_{\text{H}})+1.
\]
Step 2: Convert the hexadecimal value.
\[
1FFF_{\text{H}}
=
8191_{10}.
\]
Therefore,
\[
8191+1
=
8192.
\]
Since each address stores one byte,
\[
\boxed{8192\ \text{bytes}}
\]
can be stored.
Therefore,
\[
\boxed{(C)}
\]
is the correct answer.