InterviewSolution
Saved Bookmarks
| 1. |
Write the arithmetic operator used to represent remainder obtained in integer division. |
|
Answer» % (modulus) operator is used to represent the remainder obtained in integer division. |
|