Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
Computer Applications
In a switch case, when the switch value does not respond to any case then the execution transfers to:
a break statement
a default case
a loop
none
Java Conditional Stmts
134 Likes
Answer
a default case
Answered By
3 Likes
Related Questions
Which of the following is a compound statement?
View Answer
Bookmark Now
Condition is essentially formed by using:
View Answer
Bookmark Now
If(a>b)&&(a>c)), then which of the statement is true?
View Answer
Bookmark Now
if
(
a
>
b
)
c
=
a
;
else
c
=
b
;
It can be written as:
View Answer
Bookmark Now