

MCQOPTIONS
Saved Bookmarks
1. |
If j and k are int type variables, what will be the result of the expression j%k when j=10 and k=3? |
A. | 0 |
B. | 1 |
C. | 2 |
D. | 3 |
Answer» C. 2 | |