adplus-dvertising
frame-decoration

Question

Which operators have higher precedence?

a.

Arithmetic operators

b.

Comparison operators

c.

Logical operators

d.

Boolean operators

Answer: (a).Arithmetic operators

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which operators have higher precedence?

Similar Questions

Discover Related MCQs

Q. How many numerical types are allowed in PHP?

Q. Mt_rand ( ) function produces a better random value, and is 4 times faster than

Q. A simple mathematical function in PHP that takes a single argument and returns largest integer that is less than or equal to that argument, is a

Q. Decrement operator is denoted by

Q. Floating point numbers is also known as

Q. Integers are also known as

Q. Example of random number function is/are

Q. For constructing a random string of letters which function is used

Q. Abs ( ) stands for

Q. Rand ( ) and mt_ rand ( ) functions are examples of

Q. Comparison operators have higher precedence than

Q. === operator is true if its two arguments are exactly

Q. Increment operator is denoted by

Q. +=, −=, *=, /=, %= all are example of

Q. Operator that takes simple values as arguments and evaluate it either TRUE or FALSE

Q. Module operator % in PHP only accepts

Q. Intval ( ) function is used for

Q. If rand ( ) function is called by no argument it returns a number between 0 and

Q. Which operator returns true if two arguments are not equal or not have same type?

Q. Floor ( ), ceil ( ), round ( ), abs ( ), min ( ), max ( ) all functions are example of