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 two types of containers does the stl provide?
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
What is stl language?
Name the different types of stl containers.
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
how to overload << and >> operator in c++
What is Template Specialization?
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
write a program to convert a decimal number in to its equivalent binary number?
I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?
how to swap two numbers in a linked list without exchanging the data but only the links?