Computer Science, asked by deeksha1429, 10 months ago

What is the difference between / and % operators?​

Answers

Answered by amitsingh961063
3

Explanation:

/is the symbol of slash or divide whereas, %is the symbol of percent.

Answered by harshraman98
3

Answer:

module operators

Explanation:

The operator% is used to get reminder after integer division . this operator cannot be used with floating point number.

Similar questions