You should use const instead of #define to declare constant global
values so that only one copy of the object exists.
13#13
In the listing above character string for SENTENCE is repeated several
times. Thus, the storage for this is repeated several times. A
better way is as follows: