

InterviewSolution
Saved Bookmarks
1. |
An expression for the calculation of cyclomatic complexity.(a) V(G) = E – N + 2(b) V(G) = E + N + 2(c) V(G) = E – N – 2(d) V(G) = E + N –2I got this question by my college professor while I was bunking the class.Question is taken from System Evaluation & Maintenance topic in division System Implementation and Operation of Computer Fundamentals |
Answer» The CORRECT answer is (a) V(G) = E – N + 2 |
|