πŸ“Š C Programming
Q. Which operator is used to find the remainder of two numbers in C?
  • (A) /
  • (B) \
  • (C) %
  • (D) //
πŸ’¬ Discuss
βœ… Correct Answer: (C) %

Explanation: The % operator is known as "Modulus Operator" and it is used to find the remainder of two numbers.

Explanation by: Kanak Sharma
The % operator is known as "Modulus Operator" and it is used to find the remainder of two numbers.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
432
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Kanak Sharma
Publisher
πŸ“ˆ
81%
Success Rate