Computer Applications
State whether the following statement is True or False :
An if-else construct accomplishes 'fall through'.
Related Questions
State whether the following statement is True or False :
if statement is also called as a conditional statement.
State whether the following statement is True or False :
A conditional statement is essentially formed by using relational operators.
State whether the following statement is True or False :
In a switch case, when the switch value does not match with any case then the execution transfers to the default case.
State whether the following statement is True or False :
The break statement may not be used in a switch statement.