Computer Science, asked by u151701, 1 year ago

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 CutiepieKRISHA
7

true

it may help you


CutiepieKRISHA: wl cm
Answered by orangesquirrel
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