if x<>=z
then statement
end
what is the cyclomatic complexity

Answers were Sorted based on User's Feedback



if x<>=z then statement end what is the cyclomatic complexity..

Answer / dhanesh

The Answer is 3

Is This Answer Correct ?    24 Yes 6 No

if x<>=z then statement end what is the cyclomatic complexity..

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 4 No

if x<>=z then statement end what is the cyclomatic complexity..

Answer / cyber

X >Z
X< Z
X=Z

Is This Answer Correct ?    6 Yes 2 No

if x<>=z then statement end what is the cyclomatic complexity..

Answer / susmitha

3

Is This Answer Correct ?    6 Yes 4 No

if x<>=z then statement end what is the cyclomatic complexity..

Answer / rupenzal

Ans:2

1st path is when x<>z
2nd path is when x=z.
Therefore answer is 2.

Is This Answer Correct ?    16 Yes 15 No

Post New Answer

More STL Interview Questions

What is the STL?

2 Answers   Epson, HP,


How does an stl file work?

0 Answers  


Who wrote stl?

0 Answers  


what is strcture i++ i ++i answer to this i=5 what is the out put

6 Answers  


How stl is different from the c++ standard library?

0 Answers  






How do I convert a stl file?

0 Answers  


Why should a c++ programmer be interested in stl?

0 Answers  


if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.

8 Answers   MBT,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers  


How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.

0 Answers  


What is the Difference between CArray and CList?

1 Answers   ProdEx Technologies, Siemens,


What does stl stand for in basketball?

0 Answers  


Categories