Tuesday 10 January 2012

Structured & Unstructured Programming Languages

Dear Visitors,
        Today we are sharing with you new lesson.....
In this lesson we tell you about the difference between Structured Programming  Languages & Unstructured Programming Langugages..


SO FRIENDS LETS START LEARNING
  • Structured Programming Language:-
                             A programming language in which the entire logic of the program is written by dividing it into smaller units or modules is called "structured programming Language". In C, the smaller units are referred to as functions. A function is written separately to perform a specific task. Each function has a unique name. It is called for execution in the main body of program with reference to its name.

       Program written in structured programming language is very easy to modify and to debug. Today, the most popular and commonly used structured programming language is C language.
  • Unstructured Programming Language:-
                              
                               A programming language in which the entire logic of the program is written as a single continuous (nonstop or unbroken) block is called "unstructured Programming". Program written by following this language is very difficult to modify and to debug..
Hope our this lesson is helpful for you. If you like this post don't forget to make a comment on it...
Learn Free C Programming and Spread the knowledge bcoz.
Sharing is Caring
Thanks for your time.

                              

13 comments: