Programming Example
+= Assignment Operators in C, Subtract AND assignment operator. It subtracts the right operand from the left operand and assigns the result to the left operand.
Study this program carefully to understand the logic, output, and explanation in a structured way.