1.

For the following function, Which function call ensure statement coverage for this function?

A. example(0,0)
B. example(1,0)
C. example(0,1)
D. example(1,1)View Answer
Answer» E.


Discussion

No Comment Found