Clock (computing): Difference between revisions

Content deleted Content added
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1:
#REDIRECT [[Clock signal]]
{{Proposed deletion/dated
|concern = [[wp:NOTMANUAL|wikipedia is not a manual]]
|timestamp = 20110915090714
}}
===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.