- Get link
- X
- Other Apps
Unstructured Programing language is first generation programming language and also outdated programming language which is not suitable for present requirements. Initially, this programming language is used for arithmetic operation(+,-,*,%). BASIC, FORTRAN are unstructured programming languages. There are some drawbacks in this language so to overcome structured programming language is provided. You guys might be thinking why structured programming language is better then Unstructured Programming language.Okay then let discuss some differences between them. 1. U.P.L(Unstructured Programming language)is first generation programming language while S.P.L(structured programing language) is the second generation programming language like C, PASCAL. 2. No proper structure follow for creating the application, while S.P.L follow the structured way to create any applications. 3. At that, they have only one flow of execution statement i.e GOTO which is not at all sufficient to prepare applicati...