-
Which of these statements are incorrect?
-
- Equal to operator has least precedence
- Addition operator, +, and subtraction operator have equal precedence
- Brackets () have highest precedence
- Division operator, /, has higher precedence than multiplication operator
- None of these
Correct Option: D
Ans: D
Division operator, /, has equal precedence as of multiplication operator. In expression involving multiplication and division evaluation of expression will begin from right side when no brackets are used.