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 | 4 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 ? | 17 Yes | 15 No |
What do you mean by stl?
Define stl.
How the STL's are implemented, What the difference between templates and STL?
Write a program in C++ to concatenate two strings into third string using pointers
Who created stl?
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
totoo po ba ang manga aliens!
What are the symptoms of stl?
what are you now programming Languages C+
Can we use stl in coding interviews?