Q. 71 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 form the program text
(D) avoid the use of GOTO statements
Answer: (C)
Explanation: