check if a number is palindrome or not

前端 未结 0 1957
刺人心
刺人心 2021-01-03 02:29

I would like to ask why are we following this methode to check if a number is palindrome or not? What finds remainder , reverse_num , temp = temp/10 ?

temp=num;

相关标签:
回答
  • 消灭零回复
提交回复
热议问题