MCQ Single Best Answer Easy

QWhich of the following is a characteristic of structured programming?

ID: #19989 Structured Programming 92 views
Question Info
#19989Q ID
EasyDifficulty
Structured ProgrammingTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Excessive use of global variables
  • B Unrestricted use of Goto statements
  • C Sequential and nested control structures
  • D Lack of code modularity
Correct Answer: Option C

Explanation

Structured programming encourages the use of sequential and nested control structures, avoiding excessive reliance on global variables and unstructured constructs like Goto statements. This approach enhances code readability and maintainability.

Share This Question

Challenge a friend or share with your study group.