answersLogoWhite

0


Best Answer

A conditional structure takes out of possible multiple paths given a condition. A looping structure, on the other hand, repeats the same steps while a specific condition is still met. Examples:

Conditional:

if (x 5)

//do action

end while

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the differences between looping structure and conditional structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra
Related questions

What is the difference between conditional statements and looping statements?

The main difference is how often they run. A conditional statement - often an IF - may or may not run. If it does (depending on whether a condition is fulfilled), it runs only once. A looping statement - often a WHILE or FOR - is designed to repeat, while a certain condition is true.


How are looping statements different from conditional statements?

The former include repetition, the latter don't.


Name two types of looping?

The two types of looping include the closed loop and the open loop.There is the count loop, the conditional loop and the unconditional loop.


What is a while loop known as?

A Looping Structure


Why is the FOR structure used for looping?

The FOR structure is used for looping to define the variable, define the conditions and then explination of what will be done to the variable. It is used for arrays to help run a code a set number of times.


Why FOR loop structure used for looping?

The FOR structure is used for looping to define the variable, define the conditions and then explination of what will be done to the variable. It is used for arrays to help run a code a set number of times.


What is difference between control statements and looping statements in c language?

differance between control statement and looping statement?


Is the decision logic structure the instruction that allows different actions depending on the looping process?

No.


What is difference between branching and looping?

looping run condition contiously till a specific condition is true ,otherwise branching test condition at a time.


What is looping statement?

What is looping statement?


How do you use a C-continue statement in a block- without any looping or conditional statements?

In the C language, the continue statement can only be used within a loop (for, while, or do). Upon execution, control transfers to the beginning of the loop.


What is Looping in writing?

Looping is linking your thoughts to expand on your writing.