Change Password
Logout
Update Question
View
Question
<p>Find the output of the following program.</p> <p>main(){ Float a = 5; switch(a){ Case 5: cout <<”Interviewbit”; Default: cout <<”Scaler”; } }</p>
Option 1
<p>Interviewbit</p>
Option 2
<p>Scaler</p>
Option 3
<p>Interviewbitscaler</p>
Option 4
<p>Error</p>
Correct Answer
Option 1
Option 2
Option 3
Option 4
Submit
Design and Developed by
O7Solutions