Computer Science, asked by sriramdaivala, 5 months ago

CCMetrics is used to identify

Answers

Answered by FalconBeastx
0

Answer:

The correct statement is CCMetrics is used to identify code complexity. CCMetrics is known as Cyclomatic Compexity Metrics which is defined as the measure of independent paths which are not linear through the module of a program. The objective of cyclomatic complexity is to indicate the complexity of a program.

Similar questions