Thursday, September 24, 2009

Difference between structured programming language and unstructured programming language. c struct

Question is that, what is difference between structured programming language and unstructured programming language?

Un-Structured Programming Languages: In unstructured programming languages or non structured programming languages, the entire logic of the program is implemented in a single module or function. The programs written in these languages are error prone, difficult to understand, modify and debug. Unstructured programming languages or non structured programming languages is difficult with the compare of structured programming languages.

Structured Programming Languages: In Structured programming languages, the entire logic of the program is divided into number of smaller modules of function. Each module is a piece of code that implements a different functionality. The main module calls other modules when they are needed to execute. It is a modular method of writing programs. It is an easy and simple technique to writhe program. The programs written in these languages are easy to understand, modify, and debug. There is also a less possibility of errors in the programs. Structured programming languages easy to manage.

learn unix c programming language, learn c c++, learn unix c

No comments:

Post a Comment

Ads