In this video I have explained about time.h header file & realted functions in C Programming language
What is time.h & its requirement?
usage of time.h header file
Data type from time.h
clock_t, time_t, struct tm, CLOCKS_PER_SEC etc
Functions from time.h
time(), ctime(), clock(), localtime(), gmtime(), mktime(), asctime(), strftime() etc.
code examples with explaination ....
Master C Programming with examples