I see a lot of programmers using brackets around an expression, e.g. :
&(tab[i]) /* I use `&tab[i]`. */
I think it isn't necessary, because the []
operator has a greater priority than &
operator. So, why do they use brackets ?
For sake of clarity. Not everyone has all the operator precedences memorized.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With