Question
What is integer division in C/C++ when both operands are integers?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Division that discards the fractional part
Explanation:
The correct answer is Division that discards the fractional part.
Leave a Reply