Programming Example
<= Relational Operators in C, Checks if the value of left operand is less than or equal to the value of right operand. If yes, then the condition becomes true.
Study this program carefully to understand the logic, output, and explanation in a structured way.