What does the ‘%’ operator represent in programming languages?
The correct answer is: B
Explanation
The '%' operator calculates the modulus or remainder of a division operation in programming.
What does the ‘%’ operator represent in programming languages?
The '%' operator calculates the modulus or remainder of a division operation in programming.