Find the output of the following program.
main()
{
Float a = 5;
switch(a)
{
Case 5: cout "sookshmas";
Default: cout "Scaler";
}
}

Posted on by