1.

Write the comparison between ‘if-else’ and ‘switch-case’ statement.

Answer»

The ‘if-else’ statements permit two-way branching, whereas ‘switch’ statement permits multiple branching.



Discussion

No Comment Found