Control structure includes:

Options
- Iteration
- Rendezvous statements
- Exception Statements
- All of these


CORRECT ANSWER : All of these

Discussion Board
Control structure

Answer: All of theses

Solution: Control structure defines the sequence of all the statements that are executed. The control structure includes: Sequence execution, Loop means iteration as for-loop, two way decisions as if-else, Exception Statement as try and catch and rendezvous statements.

Therefore, all of these are correct answer.

Rohit Srivastava 07-21-2014 01:21 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement