
- Forum
- Programming Talk
- C and C++
- Predefined Functions
Results 1 to 2 of 2
Predefined Functions
This is a discussion on Predefined Functions within the C and C++ forums, part of the Programming Talk category; I want to know time related predefined functions present in programming language C and I also want to know the ...
-
Predefined Functions
I want to know time related predefined functions present in programming language C and I also want to know the associated header file which must be included while using these predefined functions?
-
You have the following time related predefined functions in C programming language.
asctime
clock
ctime
difftime
gmtime
localtime
mktime
strftime
time
All these are available in the header file time.h in C .

Reply With Quote