C
Programming and Technical
Programming
Arrays
A no is palindrome if it equal to the no formed by reversing its decimal reapesent no.
Input you need to fill in a function which takes two
Input: Input1-length of array,
1<=input1<=100 input2-an array of +ve integer
output: set output1[i], 0<=i=<:input1, to "Palindrome" otherwise set it to "not"
eg: input: 2{101,12}
output:{Palindrome, Not}
Read Solution (Total 2)
-
- please clear the question..
- 8 years agoHelpfull: Yes(0) No(0)
- it is not palindrom
- 8 years agoHelpfull: Yes(0) No(0)
C Other Question