Choose the correct statement. (1 Point)A) a++ is (a=a+1) POST INCREMENT OperatorB) a-- is (a=a-1) POST DECREMENT Opeartor --a is (a=a-1) PRE DECREMENT OpeatorC) ++a is (a=a+1) PRE INCRMENT OperatorD) All the above.
Question
Choose the correct statement. (1 Point)A) a++ is (a=a+1) POST INCREMENT OperatorB) a-- is (a=a-1) POST DECREMENT Opeartor --a is (a=a-1) PRE DECREMENT OpeatorC) ++a is (a=a+1) PRE INCRMENT OperatorD) All the above.
Solution
D) All the above.
Similar Questions
Which of the following are arithmetic operators in java?Options: Pick one correct answer from belowAddition and subtraction operatorMultiplication and division operatorModulus operatorAll the above
Which of the following is the correct postfix operation?Select one:--a-a-++aa++
which of the following operator can be used with structure instances*1 point===!=
What is the type of expression from the given in which operator succeeds its operands is?OptionsBoth Prefix and Postfix ExpressionsInfix ExpressionPostfix ExpressionPrefix Expression
Which of the following is not a logical operator?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.