answersLogoWhite

0

in Unix: the datatype is "Date"

in C++: the datatype is "char"

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the best datatype for storing birthdays?

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


Which datatype would you use if you were storing both numbers and letters?

alphanumeric.


What is numbers used for in terms of database?

For creating a table we need to mention the field names and data types . Numbers is a datatype in database for storing integers in a field .


Write a program that show size of datatype?

sizeof(datatype)


Data type in data base?

In different languages we have different datatypes . Like in c++ we have int for integers , string for strings . In database we have datatypes, number for storing integer and varchar2 for storing string or characters.Like in languages like c we have datatypes such as char for characters , int for integers etc . In database we have datatype to denote the type of the field example numbers for storing integer, Varchar for characters.


What is mean by parse in java?

It is used to convert the value of one datatype into a value of another datatype. Example- Integer.parseInt(in.readLine); It converts given value to Integer datatype.


What is the best datatype for storing 1.99 or 2.75?

Oh, dude, you wanna store numbers like 1.99 or 2.75? Well, you'd probably wanna use a float or a double data type in programming. They can handle those decimals like a champ. But hey, if you wanna get real fancy, you could even use a decimal data type for precise calculations. Just don't ask me to explain the difference, man.


What is datatype of pointers?

pointer


How array differ from ordinary variable?

ordanry variable store one value at a time. arrays are used for storing more than one value at a time in a single variable name ordanry variable doesnt have subscript. array must have subscript syntax for ord. variable Datatype v1,v2...... syntax for array variable Datatype v1[n1],v2[n2].....


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

stack abstract datatype


What datatype is weapon name?

double


How do you declare functions?

datatype function_name() { }