

InterviewSolution
Saved Bookmarks
1. |
Write one difference between / and % operator. |
Answer» The / operator is used for division whereas % operator is used to find the remainder. |
|