answersLogoWhite

0

What else can I help you with?

Related Questions

Different data types?

intlong intsort intstringcharfloatdoubleBooleanarraylisttreestackqueuegraph


Is it necessary to have same size for all members in an union?

it is not necessary to have same size for all members in an union ..because unions holds different data types..


How do the encodings differ from run-length encodings, and in what ways are they similar?

Encodings differ from run-length encodings in that they use different methods to compress data. Encodings typically use algorithms to reduce the size of data, while run-length encodings specifically identify and compress consecutive repeated values. However, both types of encoding aim to reduce the amount of data needed to represent information efficiently.


IS it necessary to have same size for all members in an union Explain?

it is not necessary to have same size for all members in an union ..because unions holds different data types..


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

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


How do scientists gather and share data?

One way in wicth scientist gather and share data is by looking at each others graphs or other types of charts


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 data type available for Access table field?

Access Data Types are : Autonumber, Memo Text, Number, Yes/No, date/time, OLE object, Hyperlink, Currency.


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 data types privided in C?

int,float char,double ,long int,unsined int lots of others..