What is structured programming paradigm | Razsoft education

 Structured programming 

            Structured programming is a programming paradigm in which we use some predefine keywords to control the flow (branching) of the program. Unlike in procedural language we have goto keyword to control flow. In structured program we have for, while, do while if , else, these type of keywords to control the flow better and also have blocks to maintain the scope of the variable or to group a set of related code. These blocks are formed by curly braces ( { } ) in C++.

Comments

Post a Comment

Popular posts

Coordinate system of java | Graphics2D coordinate system | Razsoft Education

What is a Procedural programming paradigm | Razsoft Education

"climits" Header file in c++ programming language | Razsoft Education

Java 2D Rendering Pipeline | Rendering in java | Razsoft Education

History of C++ | Razsoft Education

Integer data type in C++ programming language | Razsoft education

Graphics2D API an introduction to Java2D | Razsoft Education

What is Object Oriented Programming | Razsoft Education

Different data types in C++ | Razsoft Education