Clock (computing): Difference between revisions

Content deleted Content added
No edit summary
Line 1:
==CLOCK==
{{Proposed deletion/dated
'''Clock''' is a library function which returns the number of clock pulses when the program starts.
|concern = [[wp:NOTMANUAL|wikipedia is not a manual]]
The expression CLOCKS_PER_SEC states the relation between a clock pulse and a second.
|timestamp = 20110915090714
 
}}
The syntax of this function is:
clock_t clock (void);
 
Return value of this function:
This function returns the number of clock pulses elapsed when the program starts, else on failure,
it returns -1.