Question: There are five arithmetic operators. They are +, -, ___ * and %. a)/b) ++ c) The expression x ++ is equivalent with ____
There are five arithmetic operators. They are +, -, ___ * and %. a)/b) ++ c) \ The expression x ++ is equivalent with ____ expressions. a) x = x + 1 b) x ++ 1 c) x + = 2 The expression x + = 3 is not equivalent with ______. a) x = x + 3 b) x ++ = 3 Relational operator results are either _______ or _____. a) 1, 0 b) 0, 0 c) 1, 1 Logical AND is performed with _______ operator. a) existexist b) && c) || d) @@ Logical OR is performed by _______ operator. a) || b) && c) ^^d) existexist The logical OR () operator provides ______ result when one of the expressions is otherwise 0. a) 1 b) 0 c) none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
