//Take the ASCII value as input. · int value; · printf("Enter ASCII value: "); · scanf("%d", &value); · printf("%d", value - '0');.
確定! 回上一頁