if x<>=z
then statement
end
what is the cyclomatic complexity
Answers were Sorted based on User's Feedback
Answer / bob
A: 3
1st decision statement : x<>z
2nd decision statement : x=z
Please consider that the easiest way to calculate McCabe's Cyclomatic Complexity is to sum the number of binary decision statements (if, while, for, etc) and add 1 to it.
Therefore 2 statements + 1 = 3. The answer is 3.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / rupenzal
Ans:2
1st path is when x<>z
2nd path is when x=z.
Therefore answer is 2.
| Is This Answer Correct ? | 18 Yes | 15 No |
What is the stl, standard template library?
if x<>=z then statement end what is the cyclomatic complexity
Can we use stl in coding interviews?
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
Is string part of stl?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
what is c++
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?
How connect plc and pc through software
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
c# support late binding or early binding.
how to making game in c++ ?