Thread: pointer string
View Single Post
Go4Expert Member
20Oct2008,17:16  
micsom's Avatar
buddy i tried out ur code
char *str="MIKE";
str[0]^=str[4];
printf(" %s",str);

it gives no error... so i dont get it were is ur problem?