MCQOPTIONS
Saved Bookmarks
| 1. |
Assertion (A): The 'do while' statement is used less frequently than the 'while' statement.Reason (R): For most applications it is more natural to test for continuation of loop at the beginning than at the end of loop. |
| A. | Both A and R are correct and R is correct explanation of A |
| B. | Both A and R are correct but R is not correct explanation of A |
| C. | A is correct R is wrong |
| D. | A is wrong R is correct |
| Answer» B. Both A and R are correct but R is not correct explanation of A | |