C - Operators and Expressions
In C, which expression correctly uses operators to determine if an integer
num is odd?num is odd?% gives the remainder. So, num % 2 returns 1 for odd numbers.num % 2 != 0, then num is odd.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions