MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following operations on pointers would never work out?(i) Pointer variables can be compared provided both variables point to objects of the same data type(ii) Addition of two pointers(iii) Division of a pointer with a constant(iv) Multiplication of a pointer with a constant |
| A. | (i), (ii) and (iii) |
| B. | (i), (ii) and (iv) |
| C. | (ii), (iii) and (iv) |
| D. | (i), (iii) and (iv) |
| Answer» D. (i), (iii) and (iv) | |