answersLogoWhite

0


Best Answer

Decimal numbers are real numbers. In C and C++ we use the float, double and long double data types to represent real numbers.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When you use decimal which type of data is it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you type a decimal point?

To type a decimal point, you use the period key. .


Loss of precision error in java?

A loss of precision error occurs when you use a variable of a data type that holds more decimal values than the type of the variable you are converting/inserting to.


If a field has a Number data type you can change the property to Fixed to set a fixed number of decimal places?

Decimal Property


Do computers use the decimal number system to store data?

No, they use the binary system


What data type would you use for the value 12.231?

Double/Decimal- Used to store number with decimal placesFor ExampleDim a As Doublea = 12.64lblDisplay.Text = "The Double value store in the variable is" & aEnd Sub


How do you make Decimal fraction in c plus plus?

Use a double or a float data type. While these are suitable for most floating point purposes, there may be times when you need to deal with extremely small or extremely large numbers with a higher degree of accuracy than is possible with the built-in types. In these cases you must either define your own data type or use a third-party data type. For instance, calculating the millionth decimal digit of pi cannot be achieved with the built-in types alone.


How does a computer programmer use fractions?

A computer programmer can use fractions in his/her program simply by turning the fraction into a decimal. In a language like java, there is not extensive support nor a primitive data type for fractions, but you can store fractions as their decimal equivalents in things such as floats and doubles.


What type of data would be best aligned using a decimal tab stop?

A column of numbers containing a decimal point, like prices.


What is the characteristic that defines the kind of data that can be entered into a field such as numbers text or dates?

In Access, you use data type. In Word and Excel, you use data validation.


Which data type will you use to store names of 100 students?

char data type


What type of graphs use categorical data?

bar graphs use categorical data


Is data related to decimal?

No, data is information and decimal is a fraction out of a power of ten.