Exforsys
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 ...

  1. #1
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114

    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?

  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    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 .