answersLogoWhite

0

What are various data types?

Updated: 10/14/2020
User Avatar

Wiki User

6y ago

Best Answer

Integer types, floating point types, Boolean types, character types, string types, pointer and array types, reference types, enumeration and other user-defined types.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

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

What are the various data types for entering records?

Data types for entering records depend on the nature of data


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..


Types of data used in programming?

Programmers have to declare various data types while coding in order to inform the computer how to handle them. The types include numbers, arrays, characters, booleans and structures.


What summarizes statistical data?

A table can be used, or various types of graph. Sometimes a simple sentence is enough.


What is the select element?

To retrieve or modify data in the database query are used. There are four types of commands in SQL. Select command is data retrieval language command and is used to retrieve data from a database.In database there Four types of languages which contains various commands. Select command is the only command that is used for retrieval of data.


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

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


Can graphs be the only way to organize data?

Definitely not. There are various types tables and lists, depending on what result needs to be highlighted.


What are the different data types?

Theres two types of data, Continuous and discontinuous data.


What are the subject-matters of data structure?

types of data structure types of data structure


Why do you need data types?

Data types specify which types of data that an object or variable can hold. Without data types, it would be impossible to make sure that an application functions properly.


What was the data on types of marriage in Ghana for the various regions during the 2000 population and housing census?

The percentage of marriages in Ghana for the various regions during the 2000 population and housing ceeensus.


What are the different types of data?

Types of data types :Primitive data typeUser-defined data typeDerived Data typePrimitive data type:int,char,float,double,voidUser-Defined data type:class,enumeration,structure,unionDerived Data type:Arrays,Functions,Pointers.