Advertisements
Advertisements
प्रश्न
In which loop the condition is evaluated, before executing a statement?
विकल्प
While
Do while
Break
Continue
Advertisements
उत्तर
While
APPEARS IN
संबंधित प्रश्न
Which conditional statement is used to transfer control from current statement to another statement?
_______ statement can be used as alterative to if-else statement.
The _______ statement is especially useful when testing all the possible results of an expression.
<script type=“text/javascript”>
x = 6 + “3”;
document.write(x);
</script>
what will be the output?
Write the general syntax for switch statement.
What is if statement and write its types.
What message will be displayed, if the input for age is given as 20, for the following snippet?
Rewrite the following code using the if-else statement:
int m = 400;
double cl). = (m>300) ? (m/10.0) * 2; (m/20.0) - 2;Which of the following data type cannot be used with switch case construct?
Which of the following is not true with regards to a switch statement?
