Which of these is long data type literal?
(a) 0x99fffL
(b) ABCDEFG
(c) 0x99fffa
(d) 99671246
(a) 0x99fffL
(b) ABCDEFG
(c) 0x99fffa
(d) 99671246
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.
Right choice is (a) 0x99fffL
To explain: Data type long literals are appended by an upper or lowercase L. 0x99fffL is hexadecimal long literal.