answersLogoWhite

0

You mean how many bytes? It is sizeof (int) -- usually 4, on archaic platforms 2 (TurboC).

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many bytes are required to store an unsigned integer range?

4


How many sentences are in a summary?

That varies depending on the length of the original and the length of summary required. There is no agreed length.


What is the dimensions of a rectangle that has an odd perimeter?

There are infinitely many posible answers. The sides will not be of integer length in the units used.


How do you find length of integer variable in c?

It doesn't have length, but you can use sizeof to find out its size.


What does the reserved word Short mean in java?

A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.A short is an integer that uses only 2 bytes, instead of the 4 bytes required by an int.


What is NN IN maths?

N squared. It could be the Cartesian plane restricted to integer values, as required for integer linear programming problems.


What is the data type int?

Data-type (short for integer).


What is the total length of wire required for the project?

The total length of wire required for the project is 50 meters.


Why is it necessary to lay out and calculate the length of pipe required for a job?

The length of pipe is required to be known to help procure the required quantity of pipe.


How can you make a array with the number 16?

If you mean how do you create an array with 16 elements, there are two ways: int a[16]; /* fixed size array of 16 integer elements */ int* b = malloc(16*sizeof(int)); /* variable length array with (initially) 16 integer elements */ Remember that variable length arrays allocated on the heap must be released as soon as they are no longer required: free (b); b=NULL;


How much memory is required to store an integer data type?

integer data type consumes memory of 4 bytes or 32 bits


What is the length of a shape?

First you have to define the shape in which the length is required. The length then can be established.