Skip to content

Instantly share code, notes, and snippets.

@raziyeaydin
Last active October 5, 2015 05:47
Show Gist options
  • Save raziyeaydin/2758265 to your computer and use it in GitHub Desktop.
Save raziyeaydin/2758265 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(void){
char cumle;
int bosluk;
bosluk='\0';
printf("cumle giriniz: ");
scanf("%c",cumle);
for( ; ; )
if cumle[i]=bosluk {
if cumle[i+1]=bosluk
cumle[i+1]='';
else
i++;}
getch();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment