When giving a value to a variable, is there any advantage to give it in a value hexadecimal
instead of decimal?
Does it save some cycles of calculations for the compiler or is it just some kind of
"snobbery" when programmers use hex when they could just use decimal instead?