Clock (computing)
Appearance
CLOCK
Syntax of the function 'clock': #include<ctime> clock_t clock(void);
As the program starts , this function returns the processor time. And if that information is unavailable , it returns value -1.
Syntax of the function 'clock': #include<ctime> clock_t clock(void);
As the program starts , this function returns the processor time. And if that information is unavailable , it returns value -1.