Computer Science, asked by Shrikrishan20031, 1 year ago

What is the purpose of the radix parameter in the parseInt() method?
A.Numeral system not to be used
B.Numeral system to be used
C.Convertion mode
D.None of the mentioned

Answers

Answered by Anonymous
0
hiii dear


ur answer


If the radix parameter is omitted, JavaScript assumes the following:
1. If the string begins with “0x”, the radix is 16 (hexadecimal)
2. If the string begins with “0”, the radix is 8 (octal). This feature is deprecated
3. If the string begins with any other value, the radix is 10 (decimal)
Answered by Anonymous
0
______✨ HEY MATE ✨______

➡️Option (D) None of the Mentioned is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️,
Similar questions