Multiple Choice
Which of the following loops executes the statements inside the loop before checking the condition?
A) for
B) while
C) do
D) do-for
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q84: How many times does the following loop
Q85: What is the output of the following
Q86: How many times does the following code
Q87: Which statement is correct about the execution
Q88: What is the outcome of the following
Q90: What will be the output of the
Q91: What is the output of this code
Q92: What will be the output of the
Q93: What is the sentinel value in the
Q94: What is the output of the code