考虑以下:
char abc[14] = "C Programming"; printf("%s", abc + abc[3] - abc[4]);
上面的printf语句的输出是"rogramming".我似乎无法弄清楚如何获得此输出.
c output
c ×1
output ×1