Q. What is true about do statement?

  • (A) do statement executes the code of a loop at least once
  • (B) do statement does not get execute if condition is not matched in the first iteration
  • (C) do statement checks the condition at the beginning of the loop
  • (D) do statement executes the code more than once always
πŸ’¬ Discuss
βœ… Correct Answer: (A) do statement executes the code of a loop at least once

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
632250
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
85%
Success Rate