If you are using Windows rather than standard C you can call
GetSystemTimeAsFileTime(...)
with returns the current time as the number of 100-nanosecond intervals that have passed since January 1, 1601.
Hi Banfa,
Actually we want to count current time in milliseconds and then has to show such a way that hr/min/sec/msec.
Would u tell me the header files and functions in c required or else an example c program.
Thank you.