answersLogoWhite

0

What programming data type is 0.00?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

The data type 0.00 is of type literal double.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the difference between the 'str' and 'snp' data types in programming languages?

The 'str' data type is used to store text or string values in programming languages, while the 'snp' data type is not a standard data type in most programming languages. It is possible that 'snp' could be a custom or user-defined data type specific to a certain programming environment or framework.


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


In programming data read by programming is called?

Pascal language is used to read the programming data.


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.


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