0
if i understand your question the difference is that an int function returns a value from the function and a void function doesn't return anything.
So if you are checking if a number is a palindrome youd likely want to have the function return a value (unless you make it a bool function return type)



