answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

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

Explain different types of constant?

Integer constants Character constants Real/floating point constants String constants


How does the method for solving equations with fractional or decimal coefficients and constants compare with the method for solving equations with integer coefficients and constants?

The method is the same.


What is the size of character constant?

character constant is 4 bytes explanation is all constants is integer


How does the method for solving equations with fractional or decimal coefficient and constants with the method for solving equation a with integer coeffients and constants?

Fractional u multiply and decimal u multiply and integers u minuse or add them


What are the different types of integer constants in c language?

Well, uh, const unsigned int and const signed int..


Can an integer repeat in the range?

Yes.


What are 2 types of constant in c?

String constants:A string constant is a sequence of alphanumeric characters enclosed in double quotation marks whose maximum length is 256 characters. The following are some examples of valid string constants:1) "The result is ="2) "Test program 123"Numeric constants:Numeric constants are positive or negative numbers. There are four types of numeric constants: integer constant, floating point constant, hex constant and octal constant. An integer constant may either be a short integer or a long integer. A floating point constant may either be of single precision or double precision.


What is the signed integer range?

The signed integer range extends only from negative infinity to positive infinity. You have to make up your own names and symbols for whole numbers that are not included in that range.


What is the difference between signed integer and unsigned integer in terms of memory and range?

Signed integer is any integer that carries negative sign while unsigned integer is any integer that carries positive sign


How do you uses enums?

Enums are constant values. You use them when you want to limit the range of acceptable constants.


What are character constants?

A character constant is a single character in the host's character set, such as 'A', 'a', '0', '%', etc. Note the use of the single quotes instead of double quotes. (Double quotes are used for string constants, not character constants.) A character constant maps to a specific int (integer) value, but assuming anything about that relationship is non-portable.


What is the standard form of a polynomial expression?

f(x) = a0 + a1x + a2x2 + a3x3 + ... + anxn for some integer n, and constants a0, a1, ... an.