13-02-2015, 10:01 AM
Are the increment and decrement operators on essentially character type allowed?
Code:
char c = ‘A’;
c++; /* compliant or not compliant */
Posted by and on behalf of the MISRA C Working Group