C - Operators and Expressions
Which of the following is the correct syntax to decrement a variable
count by 1 using the pre-decrement operator?count by 1 using the pre-decrement operator?--variable; which decreases the variable before use.--count; which is the correct pre-decrement syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions