Q. 49 The following program is to be tested for statement coverage :
begin
if (a== b) {S1; exit;}
else if (c== d) {S2;]
else {S3; exit;}
S4;
end
Answer: (D)
Explanation:
Q. 49 The following program is to be tested for statement coverage :
begin
if (a== b) {S1; exit;}
else if (c== d) {S2;]
else {S3; exit;}
S4;
end
Answer: (D)
Explanation: