The condition being tested within the loop may be relational or logical operations examveda
Answers
Answered by
0
Technical Aptitude C programming mcq questions and answers on Operators and Expressions with easy and logical explanations.
Answered by
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
Computer Science,
6 months ago
Art,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago