Reducing the CCN of code will lead to a reduction in the number of errors or bugs in the code.
False
True
Answers
Answered by
7
true
it may help you
CutiepieKRISHA:
wl cm
Answered by
4
Answer:
The correct answer is false.
It does not reduce the number of bugs present in the code.
Explanation:
CCN refers to Cyclic Complexity Number and is a means to judge the level of complexity of any software.
It doesn't help in the reduction of bugs but instead just measures the number of linear independent paths that are present through the source code of a particular program.
Similar questions