Click here to Skip to main content
15,896,512 members

Comments by Member 10200096 (Top 15 by date)

Member 10200096 14-Sep-13 2:11am View    
ok cool!
Member 10200096 14-Sep-13 2:01am View    
Declaring an array of pointer which points to a string?
Member 10200096 10-Sep-13 4:16am View    
yes it does the same thing as needed :) but you don't have to use extra memory like you did storing characters in char K. And even giving the condition in while loop i
Member 10200096 10-Sep-13 3:04am View    
that can be corrected using while(str[i]!='\0' && i<len)> but it does not work even then
Member 10200096 6-Sep-13 10:31am View    
Deleted
I see . I have made some changes in the code as you suggested ,but still it doesn't work