time() function in CThe time() function is defined in time.h (ctime in C ) header file. This function returns the time since 00:00:00 UTC, January 1, 1970 (Unix timestamp) in seconds. If second is not a null pointer, the returned value is also stored in the object pointed to by second. - Study24x7
Social learning Network
18 Mar 2019 10:42 AM study24x7 study24x7

time() function in C

The time() function is defined in time.h (ctime in C++) header file. This function returns the time since 00:00:00 UTC, January 1, 1970 (Unix timestamp) in seconds. If second is not a null pointer, the returned value is also stored in the object pointed to by second.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles