Computer Science, asked by bavinsreeekkuttan, 1 month ago

Explain various looping statements in C ++.​

Answers

Answered by dandekarsachin56
0

Answer:

In general c ++ programming language follows a sequential execution approach.

Explanation:

the first statement is executed and then the compiler moves to the next statement in line.

Similar questions