Infosys Interview Question

How and when to use switch case in c++ ?

Interview Answer

Anonymous

Apr 8, 2021

Switch case is used when output can be more than one as per user choice .