answersLogoWhite

0

i don't knoww,..!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Describe the four basic data types in c?

Describe the basic data types in C Describe the basic data types in C


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.


What are four types of data entered into the spread sheet?

text, numbers, dates, times and logical data


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

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


What are four major types of data available to schools and locate typical sources for them?

Four major types of data available to schools are demographic data (e.g. student enrollment), academic performance data (e.g. test scores), attendance data (e.g. student attendance rates), and behavior data (e.g. disciplinary incidents). Typical sources for these data include student information systems, state standardized testing programs, school attendance records, and behavior tracking systems.


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 four main types of actions involve databases?

self-describing nature of a database system. insulation between programs and data, and data abstraction. support of multiple views of the data. sharing of data and multiuser transaction processing.


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


What are the four most common data types?

Common data types vary depending on the hardware, the application and numerous other factors. Therefore there can be no definitive list of the most common data types. Below are a few that are frequently found in a variety of applications: Text or string data Integer values, frequently 2, 4 or 8 bytes long Floating point numeric data, usually several bytes long Boolean data (i.e. true or false) Byte (a single byte that holds data defined by the application) Word (two bytes holding data defined by the application) There are many more data types not listed.