A. 規定輸入的字元串中只包含字母和數字,編寫程序,將該字元串中所有的數字去掉後逆序存放並輸出.
#include<stdio.h>#include<string.h>voiddel(char*ch){inti,n=0;for(i=0;ch[i]!='