1.

Give the list of statements which can be used and which cannot be used in structured programming. 

Answer»

List of statements that can be used:

  • sequence of sequentially executed statements.
  • conditional execution of statements 
  • iteration execution statements.

List of statements that cannot be used:

  • go to statement
  • break or continue statement
  • multiple exit points.


Discussion

No Comment Found

Related InterviewSolutions