InterviewSolution
Saved Bookmarks
| 1. |
What are control structure ? Explain any two with examples |
| Answer» TION:What are the control structures explain with examples??A control structure is like a BLOCK of programming that analyses variables and chooses a direction in which to go based on GIVEN parameters. The term flow control details the direction the program takes (which WAY program control "flows"). Hence it is the basic decision-making process in COMPUTING; It is a prediction | |