Question: int main ( ) { printf ( Start of the program ) ; for ( int i = 1 ; i = 5
int main
printfStart of the program
;
forint i ; i ; i
printfIteration d for loop
i;
if i
printfEven iteration
;
else
printfOdd iteration
;
while j
printfIteration d while loop
j;
j;
if j
printfSecond iteration in while loop
;
printfEnd of the program
;
return ;
draw the control flow diagram and derive test cases
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
