Hey guys I have been trying to expand the following code but have had no luck, is there anyway I could also make this code say if the previous character is space or a is comma? Thanks.
//temp is the array ch is a char pointer
if( ch == temp || isspace (*(ch-1)))