adplus-dvertising
frame-decoration

Question

Which of the following expressions results in an error?

a.

float(‘10’)

b.

int(‘10’)

c.

float(’10.8’)

d.

int(’10.8’)

Answer: (d).int(’10.8’)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following expressions results in an error?

Similar Questions

Discover Related MCQs

Q. The expression 2**2**3 is evaluates as: (2**2)**3. State whether this statement is true or false.

Q. It is not possible for the two’s complement value to be equal to the original value in any case. State whether this statement is true or false.

Q. Which of the following Boolean expressions is not logically equivalent to the other three?

Q. Operators with the same precedence are evaluated in which manner?

Q. What is the output of this expression, 3*1**3?

Q. Which one of the following have the same precedence?

Q. The expression Int(x) implies that the variable x is converted to integer. State whether true or false.

Q. Which one of the following have the highest precedence in the expression?

Q. Evaluate the expression given below if A= 16 and B = 15.

A % B // A

Q. Which of the following operators has its associativity from right to left?

Q. What is the value of x if:

x = int(43.55+2/2)

Q. What is the value of the following expression?

2+4.00, 2**4.0

Q. Which of the following is the truncation division operator?

Q. What is the value of the following expression:

8/4/2, 8/(4/2)

Q. What is the value of the following expression:

float(22//3+3/3)

Q. To find the decimal value of 1111, that is 15, we can use the function:

Q. What is the result of the expression if x=15 and y=12:

x & y

Q. Which of the following expressions results in an error?

Q. Which of the following represents the bitwise XOR operator?

Q. What is the value of this expression?

bin(0x8)