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
Related MCQs
Q. As per the Basel Conversation ‘waste’ include all substances that
Q. Which among the following are valid questions raised for the top level architectural model?
Q. The keeps state information about the use of I/O components.
Q. The Buffered Stream class is a ________ of the Stream class.
Q. Context free grammar is not closed under
Q. In the OSI model, as a data packet moves from the lower to the upper layers, headers are _______.
Q. High density double sided floppy disks could store _____ of data
Discusssion
Login to discuss.