此代码的输出是56。
//输出:56
#include <stdio.h> int main() { char c = '\08'; printf("%d",c); return 0; }
c
c ×1