Write a function isNumPalindrome that checks to see if the input is a palindrome or not. If the input is a palindrome, the functions returns true, else false.
logic for it..//scanf(%d,&s);i=s;while(r!=0){r=r\10;s=s+r%10}if(s==i){return 0;]elsereturn 1;