Open In App

GATE | GATE-CS-2004 | Question 1

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

Article Tags :