Convert into if else statement ("Distinction " )
Answers
Answered by
1
Answer:
The if statement evaluates integer, character, pointer or floating-point type or boolean type. On the other hand, switch statement evaluates only character or an integer datatype. Sequence of execution is like either statement under if block will execute or statements under else block statement will execute.
Similar questions