M
Q. What will be the value of the following
Explanation by: Mr. Dubey
The order of precedence is: **,
//, +. The expression 4+2**5//10 is evaluated
as 4+32//10, which is equal to 4+3 = 7. Hence
the result of the expression shown above is 7.
//, +. The expression 4+2**5//10 is evaluated
as 4+32//10, which is equal to 4+3 = 7. Hence
the result of the expression shown above is 7.
You must be Logged in to update hint/solution
Related MCQs
Q. Why we need to a binary tree which is height balanced?
Q. _________ is a pressure type microphone with permanent coil as a transducing element.
Q. Software costs more to maintain than it does to develop.
Q. FTP is built on _____ architecture.
Q. A ___________refers to a single unit of values.
Q. Which of the following files contains information related to password aging?
Discusssion
Login to discuss.