answersLogoWhite

0

in Unix: the datatype is "Date"

in C++: the datatype is "char"

User Avatar

Breanne Watsica

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is the best datatype for storing your birthday?

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


What are the best places to celebrate birthdays in hyderabad?

In my home ..


Which is grammatically correct - The best part about birthdays is the friends or the best part about birthdays are the friends?

You must match the verb to the subject, not to the word closest to it. The subject is "the best part" so the verb would be "is." "The best part is."


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