MCQOPTIONS
Saved Bookmarks
| 1. |
Which of following logical operation can be applied to pointers? (Assuming initialization int *a = 2; int *b = 3;) |
| A. | a | b |
| B. | a ^ b |
| C. | a & b |
| D. | None of the mentioned |
| Answer» E. | |