//C program to print ASCII values of A to Z characters. #include<stdio.h> int main() { int i; printf("ASCII Value:Its character\n");
確定! 回上一頁