C语言程序问题 用指针将字符串中的空格删除
C语言程序问题 用指针将字符串中的空格删除
日期:2016-09-03 00:41:32 人气:1
做一个for循环,将字符串逐字自己向自己拷贝,但遇到空格时跳过即可。举例代码如下:
//#include "stdafx.h"//If the vc++6.0, with this line.#include "stdio.h"int main(void){char str[]="Moonlight is in front of my bed."; int i,j; for(j=i=0;str[i];i