Find the output of the following program.

main()
{
Float a = 5;
switch(a)
{
Case 5: cout "Interviewbit"
Default: cout "Scale";
}
}

Interviewbit

Scaler

InterviewbitScaler





Posted on by