c语言用sizeof求字节数 C语言中如何判断一个字符是空格?
浏览量:2912
时间:2021-03-17 15:19:41
作者:admin
C语言中如何判断一个字符是空格?
#include<stdio.h>#include<string.h> int getwordNums(const char*STR){if(STR==null){put(“null指针…”。。。n “)return-1}int count=0 char*P1=null char*P2=(char*)STR while(*P2!=“0”{如果(P1==null&*P2!=”)//P1依次指向每个单词的第一个字母{P1=P2}if(P1!=null&&*P2}==“”//word scan的结尾{count P1=null}return count}int main(void){puts(“input your string:”)char STR[1024]=“”get(STR)printf(“nums:Dn”,getword ums(STR))return 0}
c语言用sizeof求字节数 c语言如何判断空格字符 c语言getchar的用法
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。