403 views
1 votes
1 votes
Please let me know the best book for software engineering .....

1 Answer

Related questions

74
views
0 answers
0 votes
rahul_vashisth asked Jun 1
74 views
What is the McCabe’s Cyclomatic Complexity for the below pseudo code : void method1(int arr[50]) { inti, j;for(i = 0 to 50) for(j = 0 to 50) if(arr[i] >arr[j])swap arr[i] and arr[j]}Options areA) 4 B) 3C) 6D) 2 
229
views
1 answers
0 votes
167
views
0 answers
0 votes
gateexplore asked Jul 5, 2023
167 views
Calculate cyclomatic complexity for the program to find the smallest of three numbers.
867
views
1 answers
0 votes
gateexplore asked Jul 5, 2023
867 views
Classes communicate with one another via:processed informationInterfacesmessagescoupling