0
Write a function in c++ which could reverse the pallindrome numbers in an array??
please answer
2 Respostas
+ 1
but the reverse of a palindrome remains same that's why they are palindrome do you want to check a no is palindrome or not. then reverse it and check equaloty. to reverse keep dividing by ten and add the remainder after multiplying by powers of ten in a while loop
0
question is not clear.
what are you trying to do?
reverse of a palindrome number is same as that number.
so no meaning of writing a function, just return original data as it is.