To find the decimal value of 1111, that is 15, we can use the function:
A. int(1111,10)
B. int('1111',10)
C. int(1111,2)
D. int('1111',2)
Answer: Option D
Related Questions on Bitwise and Boolean
A. int(1111,10)
B. int('1111',10)
C. int(1111,2)
D. int('1111',2)
Answer: Option D
Join The Discussion