Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What will be the radix value if the string begins with 0x?

  2. A.

     13

    B.

     14

    C.

     15

    D.

     16

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    If the string begins with 0x, then the radix value will be 16.


Be The First To Comment