05# Using the time Function in c | Advance C Programming Tutorials | C Programming Tutorial

Pubblicato il: 13 gennaio 2018
sul canale di: E-Education Free Course's
912
6

#Description
The C library function time_t time(time_t *seconds) returns the time since the Epoch (00:00:00 UTC, January 1, 1970), measured in seconds. If seconds is not NULL, the return value is also stored in variable seconds.

Declaration
Following is the declaration for time() function.
time_t time(time_t *t)

Parameters
seconds − This is the pointer to an object of type time_t, where the seconds value will be stored.

Return Value
The current calendar time as a time_t object.


In questa pagina del sito puoi guardare il video online 05# Using the time Function in c | Advance C Programming Tutorials | C Programming Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato E-Education Free Course's 13 gennaio 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 912 volte e gli è piaciuto 6 spettatori. Buona visione!