D. Compiler Limits
The C166 Compiler embodies some known limitations. For the most part, there are no limits placed on the compiler with respect to components of the C programming language. For example, you may specify an unlimited number of symbols or number of case statements in a switch block. If there is enough address space, several thousand symbols could be defined.