what is the size of int datatypes
Answers
Answered by
2
Answer:
In computer science, an integer is a datum of integral data type, a data type that represents some range of mathematical integers. Integral data types may be of different sizes and may or may not be allowed to contain negative values. Integers are commonly represented in a computer as a group of binary digits.
Answered by
2
Answer:
4 bytes
Data Types and Sizes
Type Name32–bit Size64–bit Sizeshort2 bytes2 bytesint4 bytes4 byteslong4 bytes8 byteslong long8 bytes8 bytes
Explanation:
pleasemark me in brainliest
Similar questions