adplus-dvertising
frame-decoration

Question

An expression contains relational, assignment and arithmetic operators. In the absence of parentheses, the order of evaluation will be

a.

assignment, relational, arithmetic

b.

arithmetic, relational, assignment

c.

relational, arithmetic, assignment

d.

assignment, arithmetic, relational

Answer: (b).arithmetic, relational, assignment

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. An expression contains relational, assignment and arithmetic operators. In the absence of parentheses, the order of evaluation will be

Similar Questions

Discover Related MCQs

Q. The keyword virtual indicates that

Q. Variables that are declared in a block are known as _____ variables to that block

Q. The pow and sqrt functions return a(n) _____ type number

Q. Declaring variables is advantageous because it

Q. The switch variable can be of

Q. Which of the following are void functions?

Q. Hiding individual components of an entry is _____

Q. When all of the operations in a function contribute to the performance of only one task, a function has

Q. Two access specifers in C++ are

Q. A data member holds a 1 or 0 depending on whether taxes have been paid. The best identifier for this member is _____

Q. Which of the following is an access specifier?

Q. Machine code is _____

Q. Which of the following is a valid condition for an if statement? (The condition should be both syntactically and logically valid.)

Q. With communicational cohesion

Q. Which of the following formulas can be used to generate random integers between 1 and 10?

Q. Format flags may be combined using the _____

Q. Which of the following will store the number 320000 as a Float number?

Q. The arguments that determine the state of the cout object are called

Q. A measure of the strength of the connection between two functions is

Q. The following statement where T is true and F is false T&&T||F&&T