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