Computer Science, asked by sachinyadav7424131, 5 months ago

Operator % in c language is called ____. *​

Answers

Answered by myrakincsem
2

Operator % in c language is called Modulus.

What is called modulus?

  • Modulus can be described as remainder after division.
  • A c language can simply be described as the language for computer programming.
  • For example, the modulus of 17 divided by 5 will be 2 as the remainder will be 2 when we perform the division.

Hence, the correct option is Modulus.

The question is not complete. The complete question is:

Operator % in C Language is called.?

A) Percentage Operator

B) Quotient Operator

C) Modulus

D) Division

Answered by jeevan556677
0

Explanation:

what is the output of the below code snippet?

Similar questions