answersLogoWhite

0

Float

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is meant by a Java Long Datatype?

The Java Long Datatype is a 64 bit data language, this format of Java is important to be skilled in for anyone that are to be doing C++ programing language.


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


What is the best datatype for storing your birthday?

in Unix: the datatype is "Date" in C++: the datatype is "char"


What is the best datatype for storing birthdays?

in Unix: the datatype is "Date" in C++: the datatype is "char"


Is there any datatype for date in C plus plus?

Look into time_t in the time.h library


What is primare datatype in c?

primary datatypes means the data types which are provided by developer of language himself like int,float,double,char are the primary data types in c language where as the String,array are nothing but the derived data types. for Ex.we derived the String data type from char datatype using array system.


What is the datatype of 3 in c?

integer literal


Is there a datatype string in c plus plus?

Yes.


C program to implement tower of hanoi using array implementation of stack abstract datatype?

stack abstract datatype


Which control allows the end user to enter any data they wish in c?

One can use System.Object datatype to hold any values.


Is temperature vector or scalar?

Temperature is a scalar quantity. It has magnitude but not direction.


How many bytes are there for a plus b plus c?

It completely depends the datatype that you have assigned for the variables 'a' , 'b' , and 'c'. Check the compiler that you are using for the size of the datatype in bytes. Add them and thus you will get the answer.