answersLogoWhite

0

control structures are which is used to do some operations with conditions some of them are if,if else,switch,goto,continue..........and loops like for ,while,do while and even break used to break the process on some conditions

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Keywords in a programming language that allow the programmer to redirect the flow of the program based on a decision are called?

Keywords in a programming language that allow the programmer to redirect the flow of the program based on a decision are called


What is orthogonality in a programming language?

In computer programming, orthogonality in a programming language means that a relatively small set of primitive constructs can be combined in a relatively small number of ways to build the control and data structures of the language. The term is most-frequently used regarding assembly instruction sets, as orthogonal instruction set.


What has the author W B Langdon written?

W. B. Langdon has written: 'Genetic programming and data structures' -- subject(s): Genetic programming (Computer science), Data structures (Computer science)


How does control flow programming impact the execution of code in a software application?

Control flow programming impacts the execution of code in a software application by determining the order in which instructions are executed. It allows for decision-making and looping structures to control the flow of the program, leading to different outcomes based on conditions and user input. This helps in creating more complex and dynamic applications that can respond to various scenarios.


Why c is call structured programming?

Because you can use programming structures, namely: sequence, selection (if, switch) and repetition (while, for, do-while)


How is control flow used to solve problems using computer programming?

How is control flow used to solve problems using computer programming


What has the author Robert L Kruse written?

Robert L. Kruse has written: 'Programming with data structures' -- subject(s): Computer programming, Data structures (Computer science), Pascal (Computer program language)


Examples on structures of C programming?

'struct tm' (time.h) and 'FILE' (stdio.h)


What are the 3 primitive logic structures?

The three primitive logic structures in programming are selection, loop and sequence. Any algorithm can be written using just these three structures.


What are the limitations of structures?

By itself, structured programming does not support the notion of a function call. This is achieved through an extension of structured programming known as procedural programming. Object-oriented programming extends procedural programming such that data and the functions that operate upon the data can be encapsulated within an object.


What is repetition control structure?

Repetitive control structures are loops like the do while loop and the for loops. They repeat and execute the same set of instruction until the condition stated in the while or for loop ceases to be true. After which it will exit the loop and continue down the program.


What has the author Mark Elson written?

Mark Elson has written: 'Data structures' -- subject(s): Computer programming, Data structures (Computer science)