Home » Programming & Data Structure » Programming and data structure miscellaneous » Question

Programming and data structure miscellaneous

Programming & Data Structure

  1. The goal of structured programming is to
    1. have well indented programmes
    2. be able to infer the flow of control from the compiled code
    3. be able to infer the flow of control form the program text
    4. avoid the use of GOTO statements
Correct Option: C

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.



Your comments will be displayed only after manual approval.