MCQOPTIONS
Saved Bookmarks
| 1. |
For the following function, Which function call ensures condition coverage for this function? |
| A. | example(1,1) |
| B. | example(0,1) |
| C. | example(1,1) and example(0,1) |
| D. | example(1,0) and example(0,1)View Answer |
| Answer» E. | |