Question 17000 – Communication
November 17, 2023
Question 16772 – NTA-UGC-NET 2021 Dec & 2022 June Paper-2
November 18, 2023
Question 17000 – Communication
November 17, 2023
Question 16772 – NTA-UGC-NET 2021 Dec & 2022 June Paper-2
November 18, 2023

Question 10965 – Software-Engineering

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 volume for the above module using Halstead’s method is

Correct Answer: B

Question 34 Explanation: 
Note: Out of syllabus.
A
60
B
63
C
66
D
69
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!!