What Is sleep() function and How To Use It In C Program?
C programming language provides sleep() function in order to wait for a current thread for a specified time. slepp() function will sleep given thread specified time for the current executable. Of course, the CPU and other processes will run without a problem. Include unistd.h Library In Linux sleep() function is provided by unistd.h library which is … Read more