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.
double
enum
void
size_t for input, void * for output
in Unix: the datatype is "Date" in C++: the datatype is "char"
in Unix: the datatype is "Date" in C++: the datatype is "char"
sizeof(datatype)
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.
pointer
stack abstract datatype
double
datatype function_name() { }
Any datatype which the user creates in code, that isn't native to the language. A linked list can be an example of this
datatype variable name;
integer literal
A database can be created using DML (data manipulation language). Example create table table_name (name datatype , name datatype...... ) .