answersLogoWhite

0

What is the size of an integer?

Updated: 4/28/2022
User Avatar

Wiki User

14y ago

Best Answer

An integer is any number, and since there are an infinite amount of numbers, the size of an integer is unlimited.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the size of an integer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you print size of integer?

the size of an integer is determaind by using the function "sizeof(c)",here 'c' is any integer.


What happens to the size of an integer when it is divided by a fraction between 0 and 1?

It increases.


What is the largest positive integer that can be stored in memory size of 1 byte?

255


What is the definition of an integer in computer science?

An integer is a datatype which represents every positive and negative natural number. Additionally it can represent zero, but no decimal numbers. However, the actual size of the integer my be limited by the operating system.


What is the maximum integer allowed in an integer-type variable?

That varies from each programming language. As a matter of fact, many languages do not put a limit on the maximum size of a variable. It will handle any string, integer, resource, pointer, or other type size, as long as it fits into the memory of the machine running the process.


What is the size of an identifier declared as integer in C?

int myvar; printf ("size of myvar is %d\n", (int)sizeof (myvar));


What is the size of integer pointer?

all pointers are 4 bytes in 32 bit system


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

One of them is signed, the other is unsigned.


What is the sie of an array whos upper bound is 100?

To calculate the size of array the type of array should be given. Ex: if it is of integer type that means int arr[100] and integer is of 4 bytes, then the size of array will be 400 bytes.


What advantage are there in defining an array size in term of symbolic constant rather than a fixed integer value?

It may be possible to generalise results to other integer values.


What number is set if the field size for a field whose data type the field size will be an integer value in the range of 0 to 255?

byte


What does integer range mean?

The problem must have given you a list of several whole numbers. The integer range is the difference in size (distance) between the biggest one and the smallest one.