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)
24th Apr 2017, 3:23 AM
Steven Zilberberg
Steven Zilberberg - avatar