Section B
Question 19:
(Marks : 1)
What is the function of the "%
operator?
It formats a value into a specified
format.
It converts a specified value into a
floating point number.
The % operator returns the remainder
of a division.
It converts the specified value into a
string
Answers
Answered by
0
Answer:
it returns the remainder
Explanation:
so if we do (10%3)
we will get the answer as 1
Similar questions