Difference between Structured language and Non structured language

S. NO. Structured Language Non structured language
1 Code compartmentalization can be done Code compartmentalization cannot be done
2 Loops can be created Loops cannot be created
3 These are new languages These are old languages
4 Do not require a strict field concept. Strict field concept is used mostly.
5 Examples: C, C++, JAVA, ADA, PASCAL, MODULA -2 Examples: BASIC, COBOL, FORTRAN