

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following arithmetic operation can be applied to pointers a and b? (Assuming initialization as int *a = (int *)2; int *b = (int *)3;) |
A. | a + b |
B. | a – b |
C. | a * b |
D. | a / b |
Answer» C. a * b | |