Open In App

GATE | GATE-CS-2004 | Question 1

Like Article
Like
Save
Share
Report

The goal of structured programming is to:
(A) have well indented programs
(B) be able to infer the flow of control from the compiled code
(C) be able to infer the flow of control from the program text
(D) avoid the use of GOTO statements


Answer: (C)

Explanation: The main goal of structured programming is to get an understanding about the flow of control in the given program text. In structure programming various control structures such as switch-case, if-then-else, while, etc. allows a programmer to decode the flow of the program easily.

Quiz of this Question


Last Updated : 25 Oct, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads