Intel Corporation Interview Question

Which statement is used to replace multiple if-else statements in code?

Interview Answer

Anonymous

Mar 1, 2022

the switch-case statement is used to replace multiple if-else statements.