answersLogoWhite

0

What are the types of data type?

Updated: 12/9/2022
User Avatar

Wiki User

11y ago

Best Answer
  • Character or small integer
  • Short Integer
  • Integer
  • Long integer
  • Boolean
  • Floating point numbers
  • Double precision floating point number
  • Long double precision floating point number
  • Wide character

To get a better idea on C++ data types, see related links below.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the types of data type?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


What is primitive and composite data types in DBMS?

a composite data type is any data type which can be constructed in a program using its programming language's primitive data types and other composite types. The act of constructing a composite type is known as composition.


What types of data can be stored in cloud?

Any type of data.


What are the type of job data?

what types of job data are needed


What type is data?

There Are Two main types of data. Qualitative data are expressed As numbers, obtained by counting or measuring. Another type of data is called an inference.An inference is a logical interpretation based on prior knowledge or experience.


What type of graph is appropriate for a set of data?

Different types of graphs are appropriate for different types of data.


What is the difference between fundamental and derived data types?

fundamental data type makes up the derived data type


Difference between built in data type and user-defined datatype?

A built in data type is a framework's native data type. By default you'd probably have some built in generic data types, such as integer, string, boolean and so on. In the other hand sometimes you can extend the framework's data types, by programminga user-defined data type. In this data type you have to define it's behaviour and structure, and once defined, you can use it the same way you use the default data types. In PostgreSQL or Oracle, you can define data types. You can read about it on their webs.


What is data types in oop?

The data types in oops are object creation of type can be classtype some other structure type. eg: ClassOne c ; Revathi


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..


What are the properties of data types?

When we enter a variable then we know it what type it belong ,but the compiler does not know it ,for knowing it we declare data types. Storage representations & machine instructions to handle constants differ from machine to machine.The variety of data types available allow the programmer to select the type appropriate to the needs of the application as well as the machine. ANSI C supports 3 types of data types 1.Primary data types 2.Derived data types 3.User defined data types JAVA has 2 types 1.In Built data types 2.User Defined datatypes


Why can't have only float data type instead int and float?

Because that is how the language is defined. It has floating data types and integral data types.