#include <stdio.h> int main() { char c; printf("Enter a character: ... %c displays the actual character printf("ASCII value of %c = %d", c, c); return 0; }.
確定! 回上一頁