answersLogoWhite

0

What does a signed data type mean?

Updated: 12/12/2022
User Avatar

Wiki User

13y ago

Best Answer

signed: its value can be less than zero

unsigned: its value cannot be less than zero

example:

16 bit signed: -32768 .. 32767

16 bit unsigned: 0 .. 65535

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does a signed data type mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meant by signed char?

A data-type that holds values from -128 to 127.


Types of data in turbo C programming?

The primitive data types in C include:[signed|unsigned] char[signed|unsigned] short[signed|unsigned] int[signed|unsigned] long[signed|unsigned] long longfloatdoublelong doubleEnumerations (enum) and arrays may also be considered to be primitive types.


What does data type mean in I.C.T.?

Data is stored in databases. To make the database more efficient, different types of data are usually classified as a certain 'data type'.


Does the currency data type mean the field can only contain text and monetary data?

no


For a distribution always mean exists?

No, not always. It depends on the type of data you collect. If it is quantitative data, you will be able to calculate a mean. If it is qualitative data, a mean can't be calculated but you can describe the data in terms of a mode.


What is the abbrevations for int?

"int" is the abbreviation for an integer data type. In Java an int is specifically a 32-bit signed integer.


What do you mean by data of types?

It specifies wat type of data is stored n memory occupied


Explain the basic datatypes in C?

C datatype can be categories into two part 1) Scalar data type 2) derived data type.. The scalar data type is also called basic data type they are int char float double long signed or unsigned are key word which effectively change the storing power of these data type. by default they are signed in nature..


What does logical data type in a database mean?

happy birthday to poo


What measure of center best represents data?

The answer depends on the type of data. The mean or median are useless if the data are qualitative (categoric): only the mode is any use. The median is better than the mean is the data are very skewed.


What is difference between unsignedint and signedint in c language?

Unsigned int does not have a sign, meaning that it can be zero or a positive number in the range of data type (int). Signed data has a sign and can be positive, zero or negative.


What data type is age?

integer data type