code
the error is as at the highlited code line and it is as
Line 29: Char 17: error: expected expression
29 | else if (*itr2 == ‘D’|| *itr2 == ‘M’)
| ^
i tried to google the issue and couldn’t find an answer. i find other solutions to the original problem but they didn’t help me understand what was wrong with my code.
New contributor
Preet Preet is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.