answersLogoWhite

0

What programming data type is 0.00?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

The data type 0.00 is of type literal double.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What programming data type is 0.00?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Structure data type and elementary data type?

Both of them is very important in programming.


What is size of char far data type?

char is a primitive data type and depends on the programming language and the operating system.


What is the definition of datatypes in programming?

A data type defines how data is represented. All data is obviously represented by a sequence of binary values, however, the data type determines how that value is to be interpreted by the language compiler. Object oriented programming languages use classes to define data types, which not only defines the representation of data but also which operations are valid for the type.


What is the term used to describe converting one data type into another data typein C programming?

Cast.


What is the Pascal programming language data structure?

In Pascal, data structures are implemented with recorddata types. A record is synonymous with the structdata type in C, or the class data type in C++.


What is the first no for sialkot?

Data structure is related to the algorithm, ie solution of the requirements.whereas Data Type is component of a programming language, which can be used to implement the required data structure (organization of data and format).For example if the requirement say that a LIST is required, and in C programming language , there is not LIST data type BUT LIST CAN BE REALISED(IMPLEMENTED ) in C.


In programming data read by programming is called?

Pascal language is used to read the programming data.


What is 'variable' in C programming?

It's a part of the program's data, which has a name,type and value.


What is data type check?

A data type (or datatype) in programming languages is an attribute of data that represents the kind and structure of the data. This involves setting constraints on the data, such as validity restrictions to values and the types of operations that may be performed upon it.


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 is premitive?

In C program, premitive is a kind of data type which is predefined in C programming language.


Data-Oriented Programming in Java?

Data-Oriented Programming (DOP) focuses on decreasing the complexity of the Object-Oriented Programming (OOP) application systems by rethinking data