InterviewSolution
Saved Bookmarks
| 1. |
A hexadecimal literal begins with __________(a) 00(b) 0x(c) 0X(d) Both 0x and 0XThe question was posed to me in quiz.My question comes from Types, Values and Variables in chapter Lexical Structures of JavaScript |
|
Answer» Correct choice is (d) Both 0X and 0X |
|