Synopsis: | Identifiers shall satisfy the standard C syntax for identifiers. |
Language: | C |
Severity Level: | 2 |
Category: | Lexical Elements |
Description: |
Justification Implementation defined extensions on the characters allowed in an identifier hamper portability of the source code. Example int a$b; /* WRONG */ |