InterviewSolution
Saved Bookmarks
| 1. |
What will be the radix value if the string begins with 0x?(a) 13(b) 14(c) 15(d) 16This question was addressed to me during a job interview.The origin of the question is Parsing Values using JavaScript in chapter Parsing, Benchmarking and Logging of JavaScript |
|
Answer» The correct CHOICE is (d) 16 |
|