Computer Science, asked by alisuqrat2002, 1 year ago

Explain unstructured programming language? ​

Answers

Answered by dakshjat
2

Answer:

Unstructured programming is a procedural program – the statements are executed in sequence as written(The statements execute in order you write) In this you have to use goto statements that allow the control to pass. When a goto statement is executed, the sequence continues from the target of the goto.

Similar questions