Which of the following expression is combination of assignment operator and binary operator?
a) constant expression
b) compound expression
c) float expression
d) pointer expression
Precedence of Operators
Which determines the grouping terms in an expression is called?
a) precedence of operator
b) associativity of operator
c) both a & b
d) none of these
What is the associativity of arithmetic operators?
a) right to left
b) left to right
c) both a & b
d) none of these
What is the associativity of compound arithmetic and logical operators?
a) right to left
b) left to right
c) both a & b
d) none of these
The expression that involves more than one sub-expression linked with operators is called….
a) constant expression
b) compound expression
c) float expression
d) pointer expression