precedence

Precedence and Associativity of the pointer and increment operators

Multiple choice question

What is the following statement do?

x = *ip++;

logical operators precedence

Multiple choice question

Which of the following is evaluated first:
&&
||
!

Evaluate the following expression: !(0 && 0 |...

Multiple choice question

Evaluate the following expression:
!(0 && 0 || !0)

Syndicate content