answersLogoWhite

0


Best Answer

Look into time_t in the time.h library

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is there any datatype for date in C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 a datatype string in c plus plus?

Yes.


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.


Is their any scalar datatype in c language?

Float


What is the datatype of 3 in c?

integer literal


Is the double a modifier in c plus plus?

A double is a floating point type, greater than or equal in size to a float.


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.


What is the datatype of FILE in C?

FILE is a data-type (a struct, to be precise).


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;