answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the three non numeric Data type in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Define numeric data?

Numeric data refers to any data that is represented as numerical values, such as integers, decimals, or fractions. This type of data is used for quantitative analysis and calculations in various fields such as mathematics, statistics, and science. Numeric data can be manipulated and processed mathematically to uncover patterns, trends, and relationships within the data.


What sort of data is a percentage?

It is a numeric type of data, or it could be called a value.


How do you quickly add all of the numeric data on a spreadsheet?

type '=SUM(enter the numeric data here)'. for example if you have numbers listed in cells A1-A10, you would type =SUM(A1:A10)


What is quantitative data analysis?

Any type of analysis that deals with numeric data (numbers) is quantitative analysis. Qualitative analysis, on the other hand, does not have numeric data ( for example, classify people according to religion).


Which is a type of data?

There are several different types of data. Some include qualitative and quantitative. Qualitative is data that is not numeric and quantitative data is numerical.


Why numeric keypad separately in computer keyboard?

because once you learn to type numbers on the numeric keypad, you can type them much faster, good for people who have to do a lot of calculations on their computers. When the standard QWERTY keyboard was introduced there were "text" type applications and data type. The key pad was added for the speed of entering numeric data in to fields and cells as in the case of spreadsheets. The number keys across the keyboard above the qwerty were to slow for many data punchers so the numeric pad was added


How you can change data type in PHPwrite a script in PHP that change the string data type in numeric data type?

If you will read typecasting on php, you will know more on this. <?php $str = "10"; $num = (int)$str; ?>


When you type numeric data in a cell Excel automatically positions the entry in the cell?

Right-aligned


What is the type of data that is numeric in nature and does not have a stable starting point or has no absolute zero?

i cant get it clearly


How many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


Why percentage i is not used for integer data-type in c language?

C is statically typed. There is no need for dollar or percentage symbols to differentiate between character/string data and numeric data.


What is the difference between numeric and non-numeric keys in RDBMS?

Numeric means a number is used. For a key, that would usually be an integer. Non-numeric keys can include any symbols (i.e., text). In theory, you could also use other specialized data types, for example, dates. Check the data types available by a specific RDBMS; details may vary. Almost any data type can be used for a key; although variable-length data types such as BLOB are either not supported or not practical to use.