adplus-dvertising
frame-decoration

Question

Where in C the order of precedence of operators do not exist?

a.

Within conditional statements, if, else

b.

Within while, do-while

c.

Within macro definition

d.

None of the mentioned

Answer: (d).None of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Where in C the order of precedence of operators do not exist?

Similar Questions

Discover Related MCQs

Q. Associativity of an operator are:

Q. Which of the following method are accepted for assignment?

Q. Which of the following is NOT possible with any 2 operators in C?

Q. Which of the following is possible with any 2 operators in C?

Q. Which of the following operators has the lowest precedence?

Q. Which of the following operator takes only integer operands?

Q. In an expression involving || operator, evaluation

I. Will be stopped if one of its components evaluates to false
II. Will be stopped if one of its components evaluates to true
III. Takes place from right to left
IV. Takes place from left to right

Q. In C programming language, which of the following type of operators have the highest precedence

Q. Which of the following comments about the ++ operator are correct?

Q. Which operator has the lowest priority?

Q. Which operator from the following has the lowest priority?

Q. Given b=110 and c=20, what is the value of 'a' after execution of the expression a=b-=c*=5?

Q. Unary Operators are Operators having ____________.

Q. Which of the following operator has lowest precedence amongst all the operators ?

Q. Which of the following correctly shows the hierarchy of arithmetic operations in C?

Q. Associativity of unary operator is from _________ to __________.

Q. sizeof is an example of ____________.

Q. Which of the following are unary operators in C ?

1. !
2. sizeof
3. ~
4. &&

Q. Arrange the following operators in decreasing order of Operator Precedence.

1. Arithmetic Operator
2. Unary Operator
3. Comparison Operator
4. Shift Operator

Q. Arithmetic Operator has associtivity from ___________ to ____________.