C语言头文件<ctype.h>is开头函数的作用(ispha,isdight,isxdight,isgrapha,isprint,isupper,islower),toupper,tolower。
1,isprint首先把显示函数敲上,用了两个指针p和q,都指向数组a。#include#includeintmain(intargc,char*argv[]){chara[]={"asaqsda1sda,.as,.."};char*p,*q;puts(a);p=a;q=p;while(*p){if(isprint(*p)){*q=*p;p++;q++}elsep++;}*q=*p;puts(a)