Computer Science, asked by bruno5833, 10 months ago

difference between control and condition statement

Answers

Answered by sushiladevi4418
0

Answer:

Difference Between Control Structures and Control Statements.

Explanation:

Difference Between Control Structures and Control Statements is that when programmers are required to design the logic of a program, they typically use control structures to describe the tasks a program is to perform. A control structure, also known as a construct, depicts the logical order of program instructions. While a Control Statement is a statement that controls the execution of other statements. Control Statements tells the program to execute a statement in a condition or not.

A control structure, also known as a construct, depicts the logical order of program instructions.

A Control Statement is a statement that controls the execution of other statements. Control Statements tells the program to execute a statement in a condition or not.

Answered by StaceeLichtenstein
0

Difference between control and condition statement  is given below .

Explanation:

Control Structure

  • The  objective of the control structure that demonstrates the flow of data across a showing information schedule to make decisions between branching paths as well as routes also it executes the instructions one one more in the series in which they occur.

Example :if -if -else ,etc .

Conditional statement

  • Conditional statements allow you to make a decision of some conditions.The conditional statement are  always providing the true and false value on the basis of condition in the control statement .

Learn More :

  • brainly.in/question/2825144
  • brainly.in/question/12572644
Similar questions