Examveda
Examveda

What will be the radix value of the parseInt() method when the string begins with any other value other than 0x and 0?

A. 8

B. 9

C. 10

D. 11

Answer: Option C

Solution(By Examveda Team)

The radix value will be 10 when the string of the method parseInt() begins with any other value other than 0x and 0.

This Question Belongs to Javascript >> Parsing, Benchmarking And Logging

Join The Discussion

Related Questions on Parsing, Benchmarking and Logging