in Programming in C retagged by
1,567 views
4 votes
4 votes

Control structures include

  1. iteration
  2. rendezvous statements
  3. exception statements
  4. all of these
in Programming in C retagged by
by
1.6k views

1 Answer

2 votes
2 votes
Answer D

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.
Answer:

Related questions