Logical Operator | C Technical Interview Questions and Answers | Mr. Ramana

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 8

  • @NareshIT
    @NareshIT  5 лет назад

    Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: @t

  • @adityasaxena6619
    @adityasaxena6619 4 года назад +1

    sir preincrement operator has higher precedence than logical and then why logical && is performed first?

  • @sumitgangwar6573
    @sumitgangwar6573 3 года назад

    ++ have more precedence than && then why && is evaluated first??

  • @sumitkumar-pb1ol
    @sumitkumar-pb1ol 5 лет назад

    ++ have more prescedence than && then why && is evaluated first

  • @nandhakumar3105
    @nandhakumar3105 4 года назад

    Unary operator is more precedence than binary operator

  • @codecraft.by.deepthii
    @codecraft.by.deepthii 6 лет назад

    hi sir,I am from brecw

  • @pokigamerop
    @pokigamerop 3 года назад +1

    76

  • @AnithaSree123
    @AnithaSree123 3 года назад

    i=1,j=0,k=-1,m=1++&&0&&//-1++
    What is the answer sir