...
Question 11129 – Engineering-Mathematics
November 15, 2023
Question 9974 – Data-Structures
November 15, 2023
Question 11129 – Engineering-Mathematics
November 15, 2023
Question 9974 – Data-Structures
November 15, 2023

Question 10966 – Halstead-method

Consider the following program module:

void swap(float* A1, float* A2)
{
    float temp;
    if (*A1 = = *A2) return;
    temp = *A1;
    *A1 = *A2;
    *A2 = temp;
    return;
} 

The program effort for the above module using Halstead’s method is

Correct Answer: C

Question 2 Explanation: 
Note: Out of syllabus.
A
315
B
330
C
393
D
403
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!!