https://hack.codingblocks.com/contests/c/474/371
http://ide.codingblocks.com/#/s/21874
Is-Palindrome hacker blocks
Your function will check only for a particular integer .
But you will be given an array of integers , so for this just iterate on the array using 2 pointer method
Okay, for more clarification , see this code
https://ide.codingblocks.com/#/s/22241