Technical Interview

Tips, questions, answers and puzzles at
www.technical-interview.com

Sunday, May 2, 2010

how to write delay code in c

how to write delay code in c?

Ans

To perform an efficient delay you need to use a non standard function provided by the operating system for example sleep(...) in Linux or Sleep(...) in Windows.

There is no standard way of efficiently delaying without using processor cycles.

No comments:

Post a Comment