Question: 23) Identify the Repetitive flow control ifor(expl; exp2:exp3) ii ) while (exp) { } iii) goto label iv) do3 while(exp) note: exp -legal expression aiii
23) Identify the Repetitive flow control ifor(expl; exp2:exp3) ii ) while (exp) { } iii) goto label iv) do3 while(exp) note: exp -legal expression aiii & iv b) 11,i only e i,ii only d all the above 24)Repetitive execution of statements or a group of statements can be controlled by initial, terminal and step size of the loop variables. These specific types of flow control statements are called a) Iterative statements b) Logically controlled Loops c) Counter- Controlled Loops 25) statements or groups. allows the selection of one of any number of a Switch-case b. For loop c. Do-while d. A two-way selection 26) execution and goes back to top of the loop. statement/s helps you skip the rest of the loop A. break; B yield; c. continue, o. all the above 27) leaving the execution of remaining statement/s helps you get out of the loop totally block. E break; E yield; G. continue; H. all the above 28) a specified location in the program without a selector statement transfers execution control to I Guarded K. Iterative L Control data 29)provides the means of choosing between two or more execution paths in a program. M Selection statement N. Iterative statement P Guarded commands
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
