What is the result of `5 / 2` in C?
Question 1
Q1. What is the result of `5 / 2` in C?
Answer: 2
Explanation: Integer division truncates the decimal part, resulting in 2. NET computer science MCQs often test this core concept.