Question: Write a function (and main) that checks if a string (character array) is a reversal of itself, i.e., if the string is the same being
Write a function (and main) that checks if a string (character array) is a reversal of itself, i.e., if the string is
the same being read from the end. Argument: unsigned char str[]. Output value of type _Bool
returning 1 (TRUE) or 0 (FALSE).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
