This topic has not yet been rated - Rate this topic

Statements: Limits on Switch Statements

ANSI 3.6.4.2   The maximum number of case values in a switch statement

Microsoft C does not limit the number of case values in a switch statement. The number is limited only by available memory.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.