Which of the following is incorrect?
(a) x = 0b101
(b) x = 0x4f5
(c) x = 19023
(d) x = 03964
(a) x = 0b101
(b) x = 0x4f5
(c) x = 19023
(d) x = 03964
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct option is (d) x = 03964
To explain I would say: Numbers starting with a 0 are octal numbers but 9 isn’t allowed in octal numbers.