Write to program to print the ASCII value of character. Ans. #include <stdio.h> int main() { char c; scanf("%c", &c); printf(" %d", ...
確定! 回上一頁