If c is a variable of type char, which one of the following statements is illegal?
A、i += c; /*i has type int*/;
B、c = 2*c – 1;;
C、putchar(c);;
D、 printf(c);
发布时间:2025-03-09 10:51:13
A、i += c; /*i has type int*/;
B、c = 2*c – 1;;
C、putchar(c);;
D、 printf(c);