M
Q. What are the values of the following
Explanation by: Mr. Dubey
2**9, which is equal to 512. Expression 2 is
evaluated as 8**2, which is equal to 64. The
last expression is evaluated as 2**(3**2).
This is because the associativity of **
operator is from right to left. Hence the result
of the third expression is 512.
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. How many NOT gates are required for the construction of a 4-to-1 multiplexer?
Q. In an object of type Thread in the namespace System.Threading represents and controls one thread.
Q. What is the efficiency of Gale-Shapley algorithm used in stable marriage problem?
Q. Most demultiplexers facilitate which type of conversion?
Q. The child process invoke …….to execute program copy .
Q. The use of RFID in product logistics may realize automatic acquisition of logistics information.
Q. _____________ refers to the correctness and completeness of the data in a database?
Question analytics

Discusssion
Login to discuss.