Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does it indicate when the radix value is 16?

  2. A.

     String begins with 0x

    B.

     String begins with 0

    C.

     String begins with 0P

    D.

     String begins with FF

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    If the string begins with “0x”, the radix is 16 (hexadecimal).


Be The First To Comment