Computer Science, asked by janaaln26, 17 days ago

A word is called palindrome if reads the same backward as forward, for
example: madam, level, and racecar. Write a program that reads a string as an input
and prints out if that string is a palindrome or not. Your program should implement a
function that takes only a pointer of char for that string and check whether it is a
palindrome string or not. You are not allowed to use the string function length( ),
however, you can define your own length function instead. [Hint: you need to define
another pointer and define the size of the string].

Answers

Answered by SA7SAMRIDH
0

Answer:

this question is worg check the 7th line it's totally wrong it changes the meaning of the whole question please correct it

Explanation:

please mark as brainliest

Similar questions