I am running the following code to try and copy the memory address of current location of string when an initial lower [a-z] are discovered. It works okay except the the line that is suppose to put current memory address of sentence[j] in the pointer as a future reference. The line *memoryBlock = &sentence[j];
is putting the entire sentence in memoryBlock. Any thoughts