Computer Science, asked by mrcharlie581, 3 months ago

what is the 'int' data

Answers

Answered by suchitasingh057
9

Answer:

INTEGER

Explanation:

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 mahimalhotra700
1

Answer:

Int, short for "integer," is a fundamental variable type built into the compiler and used to define numeric variables holding whole numbers. ... C, C++, C# and many other programming languages recognize int as a data type.

Similar questions