Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. A hexadecimal literal begins with

  2. A.

     00

    B.

     0x

    C.

     0X

    D.

     Both 0x and 0X

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Generally, X or x denotes hexadecimal values. So, any integer literal that begins with 0X or 0x denotes a hexadecimal number.


Be The First To Comment