answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How you represent integer data types?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Primitive java data types?

The primitive data types in Java are:int: integer value from -232 to 232floatdoublelong: integer value from -264 to 264byte: integer value from -128 to 128char: charactershort: integer value from -32768 to 32768boolean: true or false valueString (not actually a primitive data type)


Does a primary key have to be an integer in an Access database?

No, it does not. A primary key can be different types of data, not just an integer.


Abstract data type that store a whole numbers?

All data types can be used to store a whole number, even the data types that can store a decimal number.


What does Data types?

Data type means it tells the compiler the variable belongs to integer .character.floating.l


What are the permissible data types for an array index?

Integer (signed or unsigned)


What are different types of data called?

Some different types of data are real-valued, integer, or Boolean. Boolean Data is data that represents true or false statements Fixed point data types are convenient for representing monetary values


Why do we have 2 DATA types of same size for integer?

One of them is signed, the other is unsigned.


What are enumerated data types in pascal?

Pascal has 4 primitive data types: integer; boolean; char and; real. These 4 provide the basic building blocks for more complex types.


What data type is age?

integer data type


How can you represent 50 as an integer?

50 is an integer.


Which can be used to represent a many to many relation with abstract data types?

tree


What primitive data types can normally be represented and processed by a CPU?

The primitive data types that can normally be represented and processed by a CPU are an integer, real number, character, Boolean, and memory address