Computer Science, asked by marakroma18otss61, 1 year ago

write the syntax of do loop?

Answers

Answered by rajuRaftar
1
Notice that the conditional expression appears at the end of the loop, so thestatement(s) in the loop executes once before the condition is tested. If the condition is true, the flow of control jumps back up to do, and thestatement(s) in the loop executes again.

rajuRaftar: give me brilliant answer
marakroma18otss61: thanks mate
Answered by MoonGurl01
5
Hey mate,☺☺☺

Here is your answer...✨✨✨

➡➡➡➡➡➡➡➡➡➡➡➡➡

The syntax of the C language do-while loop is given below:

do{

//code to be executed

}while(condition);

For the Flowchart of do while loop please refer the attachment...



✔✔✔✔✔✔✔✔✔✔✔✔✔

Hope this will help you...✨✨✨

Keep Asking..✌✌✌

❤❤❤ If helps you, Mark my answer as Brainliest....❤❤❤
Attachments:
Similar questions