InterviewSolution
Saved Bookmarks
| 1. |
Modulus operator, %, can be applied to which of these?(a) Integers(b) Floating – point numbers(c) Both Integers and floating – point numbers(d) None of the mentioned |
|
Answer» The correct option is (c) Both Integers and floating – point numbers For explanation: Modulus operator can be applied to both integers and floating point numbers. |
|