please solve the every question
Attachments:
Answers
Answered by
2
Answer:
The kinds of control flow statements supported by different languages vary, but can be categorized by their effect:
Continuation at a different statement (unconditional branch or jump)
Executing a set of statements only if some condition is met (choice - i.e., conditional branch)
Executing a set of statements zero or more times, until some condition is met (i.e., loop - the same as conditional branch)
Executing a set of distant statements, after which the flow of control usually returns (subroutines, coroutines, and continuations)
Stopping the program, preventing a
Similar questions
India Languages,
5 hours ago
Hindi,
5 hours ago
Biology,
5 hours ago
Social Sciences,
9 hours ago
Hindi,
9 hours ago
Math,
8 months ago
Math,
8 months ago