what is int?
what is int ?
"int" is short for "integer", which is a data types in computer programming. intergers are whole numbers, both positive and negative, without any decimal or fractional part. In most programming languages, integers are used to represent whole numbers in mathmatical operations and other calclulations. For example, in Pythan, you can declare an integer variable like this.
my integer = 42
Here, 'my integer' is a variable that stores the integer value 42
please follow
ReplyDelete