Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Precedence Table#

Sumit Rawal answered on May 23, 2023 Popularity 7/10 Helpfulness 2/10

Contents


More Related Answers

  • Operators with the same precedence are evaluated in which manner?
  • which is the order of precedence among following operator IN OUT AND OR in sql
  • Precedence

  • Precedence Table#

    0

    come down.

    Operator Precedence

    () []

    special characters: ~ !

    * / %

    + -

    :

    != ==

    < >

    &

    ^

    |

    letters

    assignment operators

    There might be some operators in the list you aren’t familiar with, but that’s okay; they will be discussed in future chapters. The purpose of this list is to provide you a comprehensive operator precedence order which you can go back to again and again whenever needed.

    Assignment Operators

    Assignment operators do not follow the conventional rule of the first character preference. Rather a method which is followed by an equal sign will have the same precedence as the assignment operator =. The exception to this rule is comparison operators such as <= and != which will follow the first character rule as discussed above.

    A Good Practice

    While operator precedence is a valid and supported part of Scala, it is still better to show precedence using parenthesis (). This avoids any and all confusion that a programmer reading your code might have.

    And on this note, our discussion on operators comes to an end. In the next lesson, you will be challenged to use your knowledge on operator precedence. 

    Popularity 7/10 Helpfulness 2/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 23 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.