...
Question 439 – Machine-Instructions
December 4, 2023
Question 4387 – 2009 June UGC NET Paper 1
December 4, 2023
Question 439 – Machine-Instructions
December 4, 2023
Question 4387 – 2009 June UGC NET Paper 1
December 4, 2023

Question 11197 – Software-Engineering

Consider the following program module:

int module1 (int x, int y) {
    while (x! = y) {
        if (x > y)
             x = x - y,
        else y = y - x;
        }
    return x;
}

What is Cyclomatic complexity of the above module?

Correct Answer: C

Question 7 Explanation: 
Note: Out of syllabus.
A
1
B
2
C
3
D
4
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!