1

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