Skip to content

Instantly share code, notes, and snippets.

@raziyeaydin
Created March 11, 2013 22:57
Show Gist options
  • Save raziyeaydin/5138701 to your computer and use it in GitHub Desktop.
Save raziyeaydin/5138701 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(void){
char cumle;
printf("cumle giriniz: ");
scanf("%c",cumle);
for( ; ; )
if cumle[i]='\0'{
if cumle[i+1]='\0'
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