Question: software testing. (a) Draw the DD graph for the program. (b) Calculate the cyclomatic complexity of the program using all the methods. (c) List all

software testing.
(a) Draw the DD graph for the program. (b) Calculate the cyclomatic complexity of the program using all the methods. (c) List all independent paths.
main() int num, small; int i,j,sizelist, list[10],pos, temps clrscr(); printf(" Enter the size of list : "); scanf("%d",&sizelist); for(i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
