Computer Science, asked by damage2937, 1 year ago

Which of these is long data type literal?

a.0x99fffl

b.abcdefg

c.0x99fffa

d.99671246?

Answers

Answered by Anonymous
5
Explanation: Data type long literals are appended by an upper or lowercase L. 0x99fffL is hexadecimal long literal.



Answer:-(0x99fffl


thanks
Answered by mindfulmaisel
3

0x99fffl is the long data type literal.

Option: (a)

Explanation:

  • Data types, usually, specify a type of data represented by the literal and variable and stored in variables.  
  • A literal can be defined as a source code representation of a fixed value. These literals can be represented in codes directly without using any computational procedures.
  • These literals can be assigned for any primitive type variables. Such data type long literals could be appended by upper or appended by lowercase Literals.  

Learn more about data type

Explain primary data types

https://brainly.in/question/12152082

What are data type? how are they important

https://brainly.in/question/6819712

Similar questions