Computer Science, asked by wwwpreetsandhu376, 1 year ago

Is there any diifernce between control statements and selection statements

Answers

Answered by blueberrycupcakequee
0

Yes there is! 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 control the execution of other statements. Control Statements tells program to execute statement in a condition or not.

Similar questions