Defines a macro.
Define the macro as a string of 128 or fewer characters, using ASCII alphanumeric characters and the underscore ( _ ). The first character in the string must not be a number.
Behavior is undefined if 129 or more characters have been used.
#define MAX_COUNT 100
CONFIDENTIAL