For example, in the following: ```c (long) ((long) a + (long) b); ``` The outer cast is not necessary as addition of two `long`s is a `long`.
For example, in the following:
The outer cast is not necessary as addition of two
longs is along.