㈠ c語言中的asc碼
更正:
#include<stdio.h>
#define N 50
main()
{
int i,n=0;
char a[N];
printf("請輸入:");
gets(a);
for(i=0;i<N;i++)
if(a[i]=='