Question-58: Which of the following statement is true with regards to operator binding?
- When there are same operator multiple times continuously in same expression. Then Operator binding happen
Answer : A, B, C,D
Exp :
Expression
- When data and operator both are combined, that is called expression.
Operator Binding
- When there are same operator multiple times continuously in same expression.
- Then Operator binding happens
- This will work from left to right direction