Q. What will be the radix value of the parseInt() method when the string begins with any other value other than 0x and 0?
β
Correct Answer: (C)
10
Explanation: The radix value will be 10 when the string of the method parseInt() begins with any other value other than 0x and 0.