Printf performing implicit casting – Ubuntu
In the below code snippet, why do we get an output of 600? Two questions will help me understand the behavior. I specified the type for variable b to be uint8_t, why doesn't the math operation restrict to the same…