Computer Science, asked by eswarcirc2475, 1 year ago

The condition being tested within the loop may be relational or logical operations examveda

Answers

Answered by Anonymous
0

Technical Aptitude C programming mcq questions and answers on Operators and Expressions with easy and logical explanations.

Answered by adventureisland
0

Answer:

The condition being tested within the loop may be related or logical operation is called "while loop".

Explanation:

The while loop is the characteristic, that it will execute the set of instructions based on the Boolean condition and it is also called as an entry control loop.

If the condition is true, it executes the code until the condition becomes false. If the condition is false, while loop will stop the execution. There are three conditions being associated with the while loop such as variable initialization, condition and variable increments or decrements.

Similar questions