#need help with very basic array pointer

3 messages · Page 1 of 1 (latest)

pallid plumeBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

void mirage
#

its this part which is wrong
*((phrase - count) - 1)
I am trying to get the last array index relative to count variable basically

#

as with subscript it looks like this
if (phrase[count] != phrase[(length - count) - 1])